@import url(https://web.archive.org/web/20260222105801cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap);
@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #66c3e1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff5656;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #66c3e1;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff5656;
  --light: #f8f9fa;
  --dark: #131313;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8f8f8;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #66c3e1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #29a8d1;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8f8f8;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4eef7;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #afe0ef;
}

.table-hover .table-primary:hover {
  background-color: #bfe6f3;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bfe6f3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffd0d0;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffa7a7;
}

.table-hover .table-danger:hover {
  background-color: #ffb7b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb7b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdbdbd;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #848484;
}

.table-hover .table-dark:hover {
  background-color: #b0b0b0;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b0b0b0;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #d1edf6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff5656;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(255, 86, 86, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff5656;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5656' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5656' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff5656;
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff5656;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5656' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5656' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff5656;
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5656;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5656;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff5656;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8989;
  background-color: #ff8989;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff5656;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5656;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff5656;
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.btn-primary:hover {
  color: #212529;
  background-color: #46b6db;
  border-color: #3bb2d9;
}

.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #46b6db;
  border-color: #3bb2d9;
  box-shadow: 0 0 0 0.2rem rgba(92, 171, 197, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3bb2d9;
  border-color: #31aed7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 171, 197, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #ff3030;
  border-color: #ff2323;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #ff3030;
  border-color: #ff2323;
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 111, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff2323;
  border-color: #ff1616;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 111, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #131313;
  border-color: #131313;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #131313;
  border-color: #131313;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.5);
}

.btn-outline-primary {
  color: #66c3e1;
  border-color: #66c3e1;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #66c3e1;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff5656;
  border-color: #ff5656;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5656;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff5656;
  border-color: #ff5656;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #131313;
  border-color: #131313;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #131313;
  border-color: #131313;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 19, 19, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #131313;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #131313;
  border-color: #131313;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 19, 19, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #66c3e1;
  text-decoration: none;
}

.btn-link:hover {
  color: #29a8d1;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #66c3e1;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #66c3e1;
  background-color: #66c3e1;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d1edf6;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #fbfefe;
  border-color: #fbfefe;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #66c3e1;
  background-color: #66c3e1;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 195, 225, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 195, 225, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 195, 225, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 195, 225, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #d1edf6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #d1edf6;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f8f8, 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #66c3e1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #fbfefe;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #66c3e1;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #fbfefe;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #66c3e1;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #fbfefe;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8f8f8;
  border-color: #dee2e6 #dee2e6 #f8f8f8;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #66c3e1;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #66c3e1;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #29a8d1;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #66c3e1;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #3bb2d9;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 195, 225, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #ff5656;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #ff2323;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 86, 86, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #131313;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: black;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 19, 19, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #356575;
  background-color: #e0f3f9;
  border-color: #d4eef7;
}

.alert-primary hr {
  border-top-color: #bfe6f3;
}

.alert-primary .alert-link {
  color: #254752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #852d2d;
  background-color: #ffdddd;
  border-color: #ffd0d0;
}

.alert-danger hr {
  border-top-color: #ffb7b7;
}

.alert-danger .alert-link {
  color: #5f2020;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #0a0a0a;
  background-color: #d0d0d0;
  border-color: #bdbdbd;
}

.alert-dark hr {
  border-top-color: #b0b0b0;
}

.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #66c3e1;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #66c3e1;
  border-color: #66c3e1;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #356575;
  background-color: #d4eef7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #356575;
  background-color: #bfe6f3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #356575;
  border-color: #356575;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #852d2d;
  background-color: #ffd0d0;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852d2d;
  background-color: #ffb7b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #852d2d;
  border-color: #852d2d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #0a0a0a;
  background-color: #bdbdbd;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0a0a0a;
  background-color: #b0b0b0;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #66c3e1 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3bb2d9 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ff5656 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff2323 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #131313 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #66c3e1 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff5656 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #131313 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #66c3e1 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #29a8d1 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ff5656 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff0a0a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #131313 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.tw-container{
  width: 100%;
}

@media (min-width: 640px){
  .tw-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .tw-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .tw-container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .tw-container{
    max-width: 1280px;
  }
}

.tw-sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.tw-not-sr-only{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:tw-sr-only:focus{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:tw-not-sr-only:focus{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.tw-pointer-events-none{
  pointer-events: none !important;
}

.tw-pointer-events-auto{
  pointer-events: auto !important;
}

.tw-visible{
  visibility: visible !important;
}

.tw-invisible{
  visibility: hidden !important;
}

.tw-static{
  position: static !important;
}

.tw-fixed{
  position: fixed !important;
}

.tw-absolute{
  position: absolute !important;
}

.tw-relative{
  position: relative !important;
}

.tw-sticky{
  position: sticky !important;
}

.tw-inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.tw-inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-x-0{
  left: 0 !important;
  right: 0 !important;
}

.tw-inset-x-auto{
  left: auto !important;
  right: auto !important;
}

.tw-inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.tw-inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.tw-top-0{
  top: 0 !important;
}

.tw-top-auto{
  top: auto !important;
}

.tw-right-0{
  right: 0 !important;
}

.tw-right-auto{
  right: auto !important;
}

.tw-bottom-0{
  bottom: 0 !important;
}

.tw-bottom-auto{
  bottom: auto !important;
}

.tw-left-0{
  left: 0 !important;
}

.tw-left-auto{
  left: auto !important;
}

.tw-isolate{
  isolation: isolate !important;
}

.tw-isolation-auto{
  isolation: auto !important;
}

.tw-z-0{
  z-index: 0 !important;
}

.tw-z-10{
  z-index: 10 !important;
}

.tw-z-20{
  z-index: 20 !important;
}

.tw-z-30{
  z-index: 30 !important;
}

.tw-z-40{
  z-index: 40 !important;
}

.tw-z-50{
  z-index: 50 !important;
}

.tw-z-auto{
  z-index: auto !important;
}

.tw-order-1{
  order: 1 !important;
}

.tw-order-2{
  order: 2 !important;
}

.tw-order-3{
  order: 3 !important;
}

.tw-order-4{
  order: 4 !important;
}

.tw-order-5{
  order: 5 !important;
}

.tw-order-6{
  order: 6 !important;
}

.tw-order-7{
  order: 7 !important;
}

.tw-order-8{
  order: 8 !important;
}

.tw-order-9{
  order: 9 !important;
}

.tw-order-10{
  order: 10 !important;
}

.tw-order-11{
  order: 11 !important;
}

.tw-order-12{
  order: 12 !important;
}

.tw-order-first{
  order: -9999 !important;
}

.tw-order-last{
  order: 9999 !important;
}

.tw-order-none{
  order: 0 !important;
}

.tw-col-auto{
  grid-column: auto !important;
}

.tw-col-span-1{
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-2{
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-3{
  grid-column: span 3 / span 3 !important;
}

.tw-col-span-4{
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-5{
  grid-column: span 5 / span 5 !important;
}

.tw-col-span-6{
  grid-column: span 6 / span 6 !important;
}

.tw-col-span-7{
  grid-column: span 7 / span 7 !important;
}

.tw-col-span-8{
  grid-column: span 8 / span 8 !important;
}

.tw-col-span-9{
  grid-column: span 9 / span 9 !important;
}

.tw-col-span-10{
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11{
  grid-column: span 11 / span 11 !important;
}

.tw-col-span-12{
  grid-column: span 12 / span 12 !important;
}

.tw-col-start-1{
  grid-column-start: 1 !important;
}

.tw-col-start-2{
  grid-column-start: 2 !important;
}

.tw-col-start-3{
  grid-column-start: 3 !important;
}

.tw-col-start-4{
  grid-column-start: 4 !important;
}

.tw-col-start-5{
  grid-column-start: 5 !important;
}

.tw-col-start-6{
  grid-column-start: 6 !important;
}

.tw-col-start-7{
  grid-column-start: 7 !important;
}

.tw-col-start-8{
  grid-column-start: 8 !important;
}

.tw-col-start-9{
  grid-column-start: 9 !important;
}

.tw-col-start-10{
  grid-column-start: 10 !important;
}

.tw-col-start-11{
  grid-column-start: 11 !important;
}

.tw-col-start-12{
  grid-column-start: 12 !important;
}

.tw-col-start-13{
  grid-column-start: 13 !important;
}

.tw-col-start-auto{
  grid-column-start: auto !important;
}

.tw-col-end-1{
  grid-column-end: 1 !important;
}

.tw-col-end-2{
  grid-column-end: 2 !important;
}

.tw-col-end-3{
  grid-column-end: 3 !important;
}

.tw-col-end-4{
  grid-column-end: 4 !important;
}

.tw-col-end-5{
  grid-column-end: 5 !important;
}

.tw-col-end-6{
  grid-column-end: 6 !important;
}

.tw-col-end-7{
  grid-column-end: 7 !important;
}

.tw-col-end-8{
  grid-column-end: 8 !important;
}

.tw-col-end-9{
  grid-column-end: 9 !important;
}

.tw-col-end-10{
  grid-column-end: 10 !important;
}

.tw-col-end-11{
  grid-column-end: 11 !important;
}

.tw-col-end-12{
  grid-column-end: 12 !important;
}

.tw-col-end-13{
  grid-column-end: 13 !important;
}

.tw-col-end-auto{
  grid-column-end: auto !important;
}

.tw-row-auto{
  grid-row: auto !important;
}

.tw-row-span-1{
  grid-row: span 1 / span 1 !important;
}

.tw-row-span-2{
  grid-row: span 2 / span 2 !important;
}

.tw-row-span-3{
  grid-row: span 3 / span 3 !important;
}

.tw-row-span-4{
  grid-row: span 4 / span 4 !important;
}

.tw-row-span-5{
  grid-row: span 5 / span 5 !important;
}

.tw-row-span-6{
  grid-row: span 6 / span 6 !important;
}

.tw-row-start-1{
  grid-row-start: 1 !important;
}

.tw-row-start-2{
  grid-row-start: 2 !important;
}

.tw-row-start-3{
  grid-row-start: 3 !important;
}

.tw-row-start-4{
  grid-row-start: 4 !important;
}

.tw-row-start-5{
  grid-row-start: 5 !important;
}

.tw-row-start-6{
  grid-row-start: 6 !important;
}

.tw-row-start-7{
  grid-row-start: 7 !important;
}

.tw-row-start-auto{
  grid-row-start: auto !important;
}

.tw-row-end-1{
  grid-row-end: 1 !important;
}

.tw-row-end-2{
  grid-row-end: 2 !important;
}

.tw-row-end-3{
  grid-row-end: 3 !important;
}

.tw-row-end-4{
  grid-row-end: 4 !important;
}

.tw-row-end-5{
  grid-row-end: 5 !important;
}

.tw-row-end-6{
  grid-row-end: 6 !important;
}

.tw-row-end-7{
  grid-row-end: 7 !important;
}

.tw-row-end-auto{
  grid-row-end: auto !important;
}

.tw-float-right{
  float: right !important;
}

.tw-float-left{
  float: left !important;
}

.tw-float-none{
  float: none !important;
}

.tw-clear-left{
  clear: left !important;
}

.tw-clear-right{
  clear: right !important;
}

.tw-clear-both{
  clear: both !important;
}

.tw-clear-none{
  clear: none !important;
}

.tw-m-0{
  margin: 0 !important;
}

.tw-m-1{
  margin: 0.25rem !important;
}

.tw-m-2{
  margin: 0.5rem !important;
}

.tw-m-3{
  margin: 0.75rem !important;
}

.tw-m-4{
  margin: 1rem !important;
}

.tw-m-5{
  margin: 1.25rem !important;
}

.tw-m-6{
  margin: 1.5rem !important;
}

.tw-m-8{
  margin: 2rem !important;
}

.tw-m-10{
  margin: 2.5rem !important;
}

.tw-m-12{
  margin: 3rem !important;
}

.tw-m-14{
  margin: 3.5rem !important;
}

.tw-m-16{
  margin: 4rem !important;
}

.tw-m-20{
  margin: 5rem !important;
}

.tw-m-24{
  margin: 6rem !important;
}

.tw-m-32{
  margin: 8rem !important;
}

.tw-m-40{
  margin: 10rem !important;
}

.tw-m-48{
  margin: 12rem !important;
}

.tw-m-56{
  margin: 14rem !important;
}

.tw-m-60{
  margin: 15rem !important;
}

.tw-m-64{
  margin: 16rem !important;
}

.tw-m-80{
  margin: 20rem !important;
}

.tw-m-auto{
  margin: auto !important;
}

.tw-m-px{
  margin: 1px !important;
}

.tw-m-nav{
  margin: 2.625rem !important;
}

.tw--m-1{
  margin: -0.25rem !important;
}

.tw--m-2{
  margin: -0.5rem !important;
}

.tw--m-3{
  margin: -0.75rem !important;
}

.tw--m-4{
  margin: -1rem !important;
}

.tw--m-5{
  margin: -1.25rem !important;
}

.tw--m-6{
  margin: -1.5rem !important;
}

.tw--m-8{
  margin: -2rem !important;
}

.tw--m-10{
  margin: -2.5rem !important;
}

.tw--m-12{
  margin: -3rem !important;
}

.tw--m-14{
  margin: -3.5rem !important;
}

.tw--m-16{
  margin: -4rem !important;
}

.tw--m-20{
  margin: -5rem !important;
}

.tw--m-24{
  margin: -6rem !important;
}

.tw--m-32{
  margin: -8rem !important;
}

.tw--m-40{
  margin: -10rem !important;
}

.tw--m-48{
  margin: -12rem !important;
}

.tw--m-56{
  margin: -14rem !important;
}

.tw--m-60{
  margin: -15rem !important;
}

.tw--m-64{
  margin: -16rem !important;
}

.tw--m-80{
  margin: -20rem !important;
}

.tw--m-px{
  margin: -1px !important;
}

.tw--m-nav{
  margin: -2.625rem !important;
}

.tw-mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tw-mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.tw-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.tw-mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.tw-mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.tw-mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.tw-mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.tw-mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.tw-mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.tw-mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.tw-mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.tw-mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.tw-mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.tw-mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.tw-mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.tw-mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.tw-mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.tw-mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.tw-mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.tw-mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.tw-mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.tw-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw-mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.tw-mx-nav{
  margin-left: 2.625rem !important;
  margin-right: 2.625rem !important;
}

.tw--mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.tw--mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.tw--mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.tw--mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.tw--mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.tw--mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.tw--mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.tw--mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.tw--mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.tw--mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.tw--mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.tw--mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.tw--mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.tw--mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.tw--mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.tw--mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.tw--mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.tw--mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.tw--mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.tw--mx-80{
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.tw--mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.tw--mx-nav{
  margin-left: -2.625rem !important;
  margin-right: -2.625rem !important;
}

.tw-my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tw-my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.tw-my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.tw-my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.tw-my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.tw-my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.tw-my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.tw-my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.tw-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.tw-my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.tw-my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.tw-my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.tw-my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.tw-my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.tw-my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.tw-my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.tw-my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.tw-my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.tw-my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.tw-my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.tw-my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.tw-my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.tw-my-nav{
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}

.tw--my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.tw--my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.tw--my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.tw--my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.tw--my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.tw--my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.tw--my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.tw--my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.tw--my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.tw--my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.tw--my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.tw--my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.tw--my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.tw--my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.tw--my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.tw--my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.tw--my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.tw--my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.tw--my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.tw--my-80{
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.tw--my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.tw--my-nav{
  margin-top: -2.625rem !important;
  margin-bottom: -2.625rem !important;
}

.tw-mt-0{
  margin-top: 0 !important;
}

.tw-mt-1{
  margin-top: 0.25rem !important;
}

.tw-mt-2{
  margin-top: 0.5rem !important;
}

.tw-mt-3{
  margin-top: 0.75rem !important;
}

.tw-mt-4{
  margin-top: 1rem !important;
}

.tw-mt-5{
  margin-top: 1.25rem !important;
}

.tw-mt-6{
  margin-top: 1.5rem !important;
}

.tw-mt-8{
  margin-top: 2rem !important;
}

.tw-mt-10{
  margin-top: 2.5rem !important;
}

.tw-mt-12{
  margin-top: 3rem !important;
}

.tw-mt-14{
  margin-top: 3.5rem !important;
}

.tw-mt-16{
  margin-top: 4rem !important;
}

.tw-mt-20{
  margin-top: 5rem !important;
}

.tw-mt-24{
  margin-top: 6rem !important;
}

.tw-mt-32{
  margin-top: 8rem !important;
}

.tw-mt-40{
  margin-top: 10rem !important;
}

.tw-mt-48{
  margin-top: 12rem !important;
}

.tw-mt-56{
  margin-top: 14rem !important;
}

.tw-mt-60{
  margin-top: 15rem !important;
}

.tw-mt-64{
  margin-top: 16rem !important;
}

.tw-mt-80{
  margin-top: 20rem !important;
}

.tw-mt-auto{
  margin-top: auto !important;
}

.tw-mt-px{
  margin-top: 1px !important;
}

.tw-mt-nav{
  margin-top: 2.625rem !important;
}

.tw--mt-1{
  margin-top: -0.25rem !important;
}

.tw--mt-2{
  margin-top: -0.5rem !important;
}

.tw--mt-3{
  margin-top: -0.75rem !important;
}

.tw--mt-4{
  margin-top: -1rem !important;
}

.tw--mt-5{
  margin-top: -1.25rem !important;
}

.tw--mt-6{
  margin-top: -1.5rem !important;
}

.tw--mt-8{
  margin-top: -2rem !important;
}

.tw--mt-10{
  margin-top: -2.5rem !important;
}

.tw--mt-12{
  margin-top: -3rem !important;
}

.tw--mt-14{
  margin-top: -3.5rem !important;
}

.tw--mt-16{
  margin-top: -4rem !important;
}

.tw--mt-20{
  margin-top: -5rem !important;
}

.tw--mt-24{
  margin-top: -6rem !important;
}

.tw--mt-32{
  margin-top: -8rem !important;
}

.tw--mt-40{
  margin-top: -10rem !important;
}

.tw--mt-48{
  margin-top: -12rem !important;
}

.tw--mt-56{
  margin-top: -14rem !important;
}

.tw--mt-60{
  margin-top: -15rem !important;
}

.tw--mt-64{
  margin-top: -16rem !important;
}

.tw--mt-80{
  margin-top: -20rem !important;
}

.tw--mt-px{
  margin-top: -1px !important;
}

.tw--mt-nav{
  margin-top: -2.625rem !important;
}

.tw-mr-0{
  margin-right: 0 !important;
}

.tw-mr-1{
  margin-right: 0.25rem !important;
}

.tw-mr-2{
  margin-right: 0.5rem !important;
}

.tw-mr-3{
  margin-right: 0.75rem !important;
}

.tw-mr-4{
  margin-right: 1rem !important;
}

.tw-mr-5{
  margin-right: 1.25rem !important;
}

.tw-mr-6{
  margin-right: 1.5rem !important;
}

.tw-mr-8{
  margin-right: 2rem !important;
}

.tw-mr-10{
  margin-right: 2.5rem !important;
}

.tw-mr-12{
  margin-right: 3rem !important;
}

.tw-mr-14{
  margin-right: 3.5rem !important;
}

.tw-mr-16{
  margin-right: 4rem !important;
}

.tw-mr-20{
  margin-right: 5rem !important;
}

.tw-mr-24{
  margin-right: 6rem !important;
}

.tw-mr-32{
  margin-right: 8rem !important;
}

.tw-mr-40{
  margin-right: 10rem !important;
}

.tw-mr-48{
  margin-right: 12rem !important;
}

.tw-mr-56{
  margin-right: 14rem !important;
}

.tw-mr-60{
  margin-right: 15rem !important;
}

.tw-mr-64{
  margin-right: 16rem !important;
}

.tw-mr-80{
  margin-right: 20rem !important;
}

.tw-mr-auto{
  margin-right: auto !important;
}

.tw-mr-px{
  margin-right: 1px !important;
}

.tw-mr-nav{
  margin-right: 2.625rem !important;
}

.tw--mr-1{
  margin-right: -0.25rem !important;
}

.tw--mr-2{
  margin-right: -0.5rem !important;
}

.tw--mr-3{
  margin-right: -0.75rem !important;
}

.tw--mr-4{
  margin-right: -1rem !important;
}

.tw--mr-5{
  margin-right: -1.25rem !important;
}

.tw--mr-6{
  margin-right: -1.5rem !important;
}

.tw--mr-8{
  margin-right: -2rem !important;
}

.tw--mr-10{
  margin-right: -2.5rem !important;
}

.tw--mr-12{
  margin-right: -3rem !important;
}

.tw--mr-14{
  margin-right: -3.5rem !important;
}

.tw--mr-16{
  margin-right: -4rem !important;
}

.tw--mr-20{
  margin-right: -5rem !important;
}

.tw--mr-24{
  margin-right: -6rem !important;
}

.tw--mr-32{
  margin-right: -8rem !important;
}

.tw--mr-40{
  margin-right: -10rem !important;
}

.tw--mr-48{
  margin-right: -12rem !important;
}

.tw--mr-56{
  margin-right: -14rem !important;
}

.tw--mr-60{
  margin-right: -15rem !important;
}

.tw--mr-64{
  margin-right: -16rem !important;
}

.tw--mr-80{
  margin-right: -20rem !important;
}

.tw--mr-px{
  margin-right: -1px !important;
}

.tw--mr-nav{
  margin-right: -2.625rem !important;
}

.tw-mb-0{
  margin-bottom: 0 !important;
}

.tw-mb-1{
  margin-bottom: 0.25rem !important;
}

.tw-mb-2{
  margin-bottom: 0.5rem !important;
}

.tw-mb-3{
  margin-bottom: 0.75rem !important;
}

.tw-mb-4{
  margin-bottom: 1rem !important;
}

.tw-mb-5{
  margin-bottom: 1.25rem !important;
}

.tw-mb-6{
  margin-bottom: 1.5rem !important;
}

.tw-mb-8{
  margin-bottom: 2rem !important;
}

.tw-mb-10{
  margin-bottom: 2.5rem !important;
}

.tw-mb-12{
  margin-bottom: 3rem !important;
}

.tw-mb-14{
  margin-bottom: 3.5rem !important;
}

.tw-mb-16{
  margin-bottom: 4rem !important;
}

.tw-mb-20{
  margin-bottom: 5rem !important;
}

.tw-mb-24{
  margin-bottom: 6rem !important;
}

.tw-mb-32{
  margin-bottom: 8rem !important;
}

.tw-mb-40{
  margin-bottom: 10rem !important;
}

.tw-mb-48{
  margin-bottom: 12rem !important;
}

.tw-mb-56{
  margin-bottom: 14rem !important;
}

.tw-mb-60{
  margin-bottom: 15rem !important;
}

.tw-mb-64{
  margin-bottom: 16rem !important;
}

.tw-mb-80{
  margin-bottom: 20rem !important;
}

.tw-mb-auto{
  margin-bottom: auto !important;
}

.tw-mb-px{
  margin-bottom: 1px !important;
}

.tw-mb-nav{
  margin-bottom: 2.625rem !important;
}

.tw--mb-1{
  margin-bottom: -0.25rem !important;
}

.tw--mb-2{
  margin-bottom: -0.5rem !important;
}

.tw--mb-3{
  margin-bottom: -0.75rem !important;
}

.tw--mb-4{
  margin-bottom: -1rem !important;
}

.tw--mb-5{
  margin-bottom: -1.25rem !important;
}

.tw--mb-6{
  margin-bottom: -1.5rem !important;
}

.tw--mb-8{
  margin-bottom: -2rem !important;
}

.tw--mb-10{
  margin-bottom: -2.5rem !important;
}

.tw--mb-12{
  margin-bottom: -3rem !important;
}

.tw--mb-14{
  margin-bottom: -3.5rem !important;
}

.tw--mb-16{
  margin-bottom: -4rem !important;
}

.tw--mb-20{
  margin-bottom: -5rem !important;
}

.tw--mb-24{
  margin-bottom: -6rem !important;
}

.tw--mb-32{
  margin-bottom: -8rem !important;
}

.tw--mb-40{
  margin-bottom: -10rem !important;
}

.tw--mb-48{
  margin-bottom: -12rem !important;
}

.tw--mb-56{
  margin-bottom: -14rem !important;
}

.tw--mb-60{
  margin-bottom: -15rem !important;
}

.tw--mb-64{
  margin-bottom: -16rem !important;
}

.tw--mb-80{
  margin-bottom: -20rem !important;
}

.tw--mb-px{
  margin-bottom: -1px !important;
}

.tw--mb-nav{
  margin-bottom: -2.625rem !important;
}

.tw-ml-0{
  margin-left: 0 !important;
}

.tw-ml-1{
  margin-left: 0.25rem !important;
}

.tw-ml-2{
  margin-left: 0.5rem !important;
}

.tw-ml-3{
  margin-left: 0.75rem !important;
}

.tw-ml-4{
  margin-left: 1rem !important;
}

.tw-ml-5{
  margin-left: 1.25rem !important;
}

.tw-ml-6{
  margin-left: 1.5rem !important;
}

.tw-ml-8{
  margin-left: 2rem !important;
}

.tw-ml-10{
  margin-left: 2.5rem !important;
}

.tw-ml-12{
  margin-left: 3rem !important;
}

.tw-ml-14{
  margin-left: 3.5rem !important;
}

.tw-ml-16{
  margin-left: 4rem !important;
}

.tw-ml-20{
  margin-left: 5rem !important;
}

.tw-ml-24{
  margin-left: 6rem !important;
}

.tw-ml-32{
  margin-left: 8rem !important;
}

.tw-ml-40{
  margin-left: 10rem !important;
}

.tw-ml-48{
  margin-left: 12rem !important;
}

.tw-ml-56{
  margin-left: 14rem !important;
}

.tw-ml-60{
  margin-left: 15rem !important;
}

.tw-ml-64{
  margin-left: 16rem !important;
}

.tw-ml-80{
  margin-left: 20rem !important;
}

.tw-ml-auto{
  margin-left: auto !important;
}

.tw-ml-px{
  margin-left: 1px !important;
}

.tw-ml-nav{
  margin-left: 2.625rem !important;
}

.tw--ml-1{
  margin-left: -0.25rem !important;
}

.tw--ml-2{
  margin-left: -0.5rem !important;
}

.tw--ml-3{
  margin-left: -0.75rem !important;
}

.tw--ml-4{
  margin-left: -1rem !important;
}

.tw--ml-5{
  margin-left: -1.25rem !important;
}

.tw--ml-6{
  margin-left: -1.5rem !important;
}

.tw--ml-8{
  margin-left: -2rem !important;
}

.tw--ml-10{
  margin-left: -2.5rem !important;
}

.tw--ml-12{
  margin-left: -3rem !important;
}

.tw--ml-14{
  margin-left: -3.5rem !important;
}

.tw--ml-16{
  margin-left: -4rem !important;
}

.tw--ml-20{
  margin-left: -5rem !important;
}

.tw--ml-24{
  margin-left: -6rem !important;
}

.tw--ml-32{
  margin-left: -8rem !important;
}

.tw--ml-40{
  margin-left: -10rem !important;
}

.tw--ml-48{
  margin-left: -12rem !important;
}

.tw--ml-56{
  margin-left: -14rem !important;
}

.tw--ml-60{
  margin-left: -15rem !important;
}

.tw--ml-64{
  margin-left: -16rem !important;
}

.tw--ml-80{
  margin-left: -20rem !important;
}

.tw--ml-px{
  margin-left: -1px !important;
}

.tw--ml-nav{
  margin-left: -2.625rem !important;
}

.tw-box-border{
  box-sizing: border-box !important;
}

.tw-box-content{
  box-sizing: content-box !important;
}

.tw-block{
  display: block !important;
}

.tw-inline-block{
  display: inline-block !important;
}

.tw-inline{
  display: inline !important;
}

.tw-flex{
  display: flex !important;
}

.tw-inline-flex{
  display: inline-flex !important;
}

.tw-table{
  display: table !important;
}

.tw-inline-table{
  display: inline-table !important;
}

.tw-table-caption{
  display: table-caption !important;
}

.tw-table-cell{
  display: table-cell !important;
}

.tw-table-column{
  display: table-column !important;
}

.tw-table-column-group{
  display: table-column-group !important;
}

.tw-table-footer-group{
  display: table-footer-group !important;
}

.tw-table-header-group{
  display: table-header-group !important;
}

.tw-table-row-group{
  display: table-row-group !important;
}

.tw-table-row{
  display: table-row !important;
}

.tw-flow-root{
  display: flow-root !important;
}

.tw-grid{
  display: grid !important;
}

.tw-inline-grid{
  display: inline-grid !important;
}

.tw-contents{
  display: contents !important;
}

.tw-list-item{
  display: list-item !important;
}

.tw-hidden{
  display: none !important;
}

.tw-h-0{
  height: 0 !important;
}

.tw-h-1{
  height: 0.25rem !important;
}

.tw-h-2{
  height: 0.5rem !important;
}

.tw-h-3{
  height: 0.75rem !important;
}

.tw-h-4{
  height: 1rem !important;
}

.tw-h-5{
  height: 1.25rem !important;
}

.tw-h-6{
  height: 1.5rem !important;
}

.tw-h-8{
  height: 2rem !important;
}

.tw-h-10{
  height: 2.5rem !important;
}

.tw-h-12{
  height: 3rem !important;
}

.tw-h-14{
  height: 3.5rem !important;
}

.tw-h-16{
  height: 4rem !important;
}

.tw-h-20{
  height: 5rem !important;
}

.tw-h-24{
  height: 6rem !important;
}

.tw-h-32{
  height: 8rem !important;
}

.tw-h-40{
  height: 10rem !important;
}

.tw-h-48{
  height: 12rem !important;
}

.tw-h-56{
  height: 14rem !important;
}

.tw-h-60{
  height: 15rem !important;
}

.tw-h-64{
  height: 16rem !important;
}

.tw-h-80{
  height: 20rem !important;
}

.tw-h-auto{
  height: auto !important;
}

.tw-h-px{
  height: 1px !important;
}

.tw-h-nav{
  height: 2.625rem !important;
}

.tw-h-full{
  height: 100% !important;
}

.tw-h-screen{
  height: 100vh !important;
}

.tw-max-h-0{
  max-height: 0 !important;
}

.tw-max-h-1\/4{
  max-height: 25% !important;
}

.tw-max-h-1\/2{
  max-height: 50% !important;
}

.tw-max-h-3\/4{
  max-height: 75% !important;
}

.tw-max-h-full{
  max-height: 100% !important;
}

.tw-max-h-screen{
  max-height: 100vh !important;
}

.tw-min-h-0{
  min-height: 0 !important;
}

.tw-min-h-full{
  min-height: 100% !important;
}

.tw-min-h-screen{
  min-height: 100vh !important;
}

.tw-w-0{
  width: 0 !important;
}

.tw-w-1{
  width: 0.25rem !important;
}

.tw-w-2{
  width: 0.5rem !important;
}

.tw-w-3{
  width: 0.75rem !important;
}

.tw-w-4{
  width: 1rem !important;
}

.tw-w-5{
  width: 1.25rem !important;
}

.tw-w-6{
  width: 1.5rem !important;
}

.tw-w-8{
  width: 2rem !important;
}

.tw-w-10{
  width: 2.5rem !important;
}

.tw-w-12{
  width: 3rem !important;
}

.tw-w-14{
  width: 3.5rem !important;
}

.tw-w-16{
  width: 4rem !important;
}

.tw-w-20{
  width: 5rem !important;
}

.tw-w-24{
  width: 6rem !important;
}

.tw-w-32{
  width: 8rem !important;
}

.tw-w-40{
  width: 10rem !important;
}

.tw-w-48{
  width: 12rem !important;
}

.tw-w-56{
  width: 14rem !important;
}

.tw-w-60{
  width: 15rem !important;
}

.tw-w-64{
  width: 16rem !important;
}

.tw-w-80{
  width: 20rem !important;
}

.tw-w-auto{
  width: auto !important;
}

.tw-w-px{
  width: 1px !important;
}

.tw-w-nav{
  width: 2.625rem !important;
}

.tw-w-1\/2{
  width: 50% !important;
}

.tw-w-1\/3{
  width: 33.333333% !important;
}

.tw-w-2\/3{
  width: 66.666667% !important;
}

.tw-w-1\/4{
  width: 25% !important;
}

.tw-w-2\/4{
  width: 50% !important;
}

.tw-w-3\/4{
  width: 75% !important;
}

.tw-w-1\/5{
  width: 20% !important;
}

.tw-w-2\/5{
  width: 40% !important;
}

.tw-w-3\/5{
  width: 60% !important;
}

.tw-w-4\/5{
  width: 80% !important;
}

.tw-w-1\/6{
  width: 16.666667% !important;
}

.tw-w-2\/6{
  width: 33.333333% !important;
}

.tw-w-3\/6{
  width: 50% !important;
}

.tw-w-4\/6{
  width: 66.666667% !important;
}

.tw-w-5\/6{
  width: 83.333333% !important;
}

.tw-w-1\/12{
  width: 8.333333% !important;
}

.tw-w-2\/12{
  width: 16.666667% !important;
}

.tw-w-3\/12{
  width: 25% !important;
}

.tw-w-4\/12{
  width: 33.333333% !important;
}

.tw-w-5\/12{
  width: 41.666667% !important;
}

.tw-w-6\/12{
  width: 50% !important;
}

.tw-w-7\/12{
  width: 58.333333% !important;
}

.tw-w-8\/12{
  width: 66.666667% !important;
}

.tw-w-9\/12{
  width: 75% !important;
}

.tw-w-10\/12{
  width: 83.333333% !important;
}

.tw-w-11\/12{
  width: 91.666667% !important;
}

.tw-w-full{
  width: 100% !important;
}

.tw-w-screen{
  width: 100vw !important;
}

.tw-min-w-0{
  min-width: 0 !important;
}

.tw-min-w-full{
  min-width: 100% !important;
}

.tw-max-w-none{
  max-width: none !important;
}

.tw-max-w-xxs{
  max-width: 15rem !important;
}

.tw-max-w-xs{
  max-width: 20rem !important;
}

.tw-max-w-sm{
  max-width: 24rem !important;
}

.tw-max-w-md{
  max-width: 28rem !important;
}

.tw-max-w-lg{
  max-width: 32rem !important;
}

.tw-max-w-xl{
  max-width: 36rem !important;
}

.tw-max-w-2xl{
  max-width: 42rem !important;
}

.tw-max-w-3xl{
  max-width: 48rem !important;
}

.tw-max-w-4xl{
  max-width: 56rem !important;
}

.tw-max-w-5xl{
  max-width: 64rem !important;
}

.tw-max-w-6xl{
  max-width: 72rem !important;
}

.tw-max-w-full{
  max-width: 100% !important;
}

.tw-max-w-screen-sm{
  max-width: 640px !important;
}

.tw-max-w-screen-md{
  max-width: 768px !important;
}

.tw-max-w-screen-lg{
  max-width: 1024px !important;
}

.tw-max-w-screen-xl{
  max-width: 1280px !important;
}

.tw-flex-1{
  flex: 1 1 0% !important;
}

.tw-flex-auto{
  flex: 1 1 auto !important;
}

.tw-flex-initial{
  flex: 0 1 auto !important;
}

.tw-flex-none{
  flex: none !important;
}

.tw-flex-shrink-0{
  flex-shrink: 0 !important;
}

.tw-flex-shrink-default{
  flex-shrink: 1 !important;
}

.tw-flex-grow-0{
  flex-grow: 0 !important;
}

.tw-flex-grow-default{
  flex-grow: 1 !important;
}

.tw-table-auto{
  table-layout: auto !important;
}

.tw-table-fixed{
  table-layout: fixed !important;
}

.tw-border-collapse{
  border-collapse: collapse !important;
}

.tw-border-separate{
  border-collapse: separate !important;
}

.tw-origin-center{
  transform-origin: center !important;
}

.tw-origin-top{
  transform-origin: top !important;
}

.tw-origin-top-right{
  transform-origin: top right !important;
}

.tw-origin-right{
  transform-origin: right !important;
}

.tw-origin-bottom-right{
  transform-origin: bottom right !important;
}

.tw-origin-bottom{
  transform-origin: bottom !important;
}

.tw-origin-bottom-left{
  transform-origin: bottom left !important;
}

.tw-origin-left{
  transform-origin: left !important;
}

.tw-origin-top-left{
  transform-origin: top left !important;
}

.tw-transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform-none{
  transform: none !important;
}

.tw-translate-x-0{
  --tw-translate-x: 0 !important;
}

.tw-translate-x-1{
  --tw-translate-x: 0.25rem !important;
}

.tw-translate-x-2{
  --tw-translate-x: 0.5rem !important;
}

.tw-translate-x-3{
  --tw-translate-x: 0.75rem !important;
}

.tw-translate-x-4{
  --tw-translate-x: 1rem !important;
}

.tw-translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

.tw-translate-x-6{
  --tw-translate-x: 1.5rem !important;
}

.tw-translate-x-8{
  --tw-translate-x: 2rem !important;
}

.tw-translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.tw-translate-x-12{
  --tw-translate-x: 3rem !important;
}

.tw-translate-x-14{
  --tw-translate-x: 3.5rem !important;
}

.tw-translate-x-16{
  --tw-translate-x: 4rem !important;
}

.tw-translate-x-20{
  --tw-translate-x: 5rem !important;
}

.tw-translate-x-24{
  --tw-translate-x: 6rem !important;
}

.tw-translate-x-32{
  --tw-translate-x: 8rem !important;
}

.tw-translate-x-40{
  --tw-translate-x: 10rem !important;
}

.tw-translate-x-48{
  --tw-translate-x: 12rem !important;
}

.tw-translate-x-56{
  --tw-translate-x: 14rem !important;
}

.tw-translate-x-60{
  --tw-translate-x: 15rem !important;
}

.tw-translate-x-64{
  --tw-translate-x: 16rem !important;
}

.tw-translate-x-80{
  --tw-translate-x: 20rem !important;
}

.tw-translate-x-px{
  --tw-translate-x: 1px !important;
}

.tw-translate-x-nav{
  --tw-translate-x: 2.625rem !important;
}

.tw--translate-x-1{
  --tw-translate-x: -0.25rem !important;
}

.tw--translate-x-2{
  --tw-translate-x: -0.5rem !important;
}

.tw--translate-x-3{
  --tw-translate-x: -0.75rem !important;
}

.tw--translate-x-4{
  --tw-translate-x: -1rem !important;
}

.tw--translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

.tw--translate-x-6{
  --tw-translate-x: -1.5rem !important;
}

.tw--translate-x-8{
  --tw-translate-x: -2rem !important;
}

.tw--translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.tw--translate-x-12{
  --tw-translate-x: -3rem !important;
}

.tw--translate-x-14{
  --tw-translate-x: -3.5rem !important;
}

.tw--translate-x-16{
  --tw-translate-x: -4rem !important;
}

.tw--translate-x-20{
  --tw-translate-x: -5rem !important;
}

.tw--translate-x-24{
  --tw-translate-x: -6rem !important;
}

.tw--translate-x-32{
  --tw-translate-x: -8rem !important;
}

.tw--translate-x-40{
  --tw-translate-x: -10rem !important;
}

.tw--translate-x-48{
  --tw-translate-x: -12rem !important;
}

.tw--translate-x-56{
  --tw-translate-x: -14rem !important;
}

.tw--translate-x-60{
  --tw-translate-x: -15rem !important;
}

.tw--translate-x-64{
  --tw-translate-x: -16rem !important;
}

.tw--translate-x-80{
  --tw-translate-x: -20rem !important;
}

.tw--translate-x-px{
  --tw-translate-x: -1px !important;
}

.tw--translate-x-nav{
  --tw-translate-x: -2.625rem !important;
}

.tw--translate-x-full{
  --tw-translate-x: -100% !important;
}

.tw--translate-x-1\/2{
  --tw-translate-x: -50% !important;
}

.tw-translate-x-1\/2{
  --tw-translate-x: 50% !important;
}

.tw-translate-x-full{
  --tw-translate-x: 100% !important;
}

.tw-translate-y-0{
  --tw-translate-y: 0 !important;
}

.tw-translate-y-1{
  --tw-translate-y: 0.25rem !important;
}

.tw-translate-y-2{
  --tw-translate-y: 0.5rem !important;
}

.tw-translate-y-3{
  --tw-translate-y: 0.75rem !important;
}

.tw-translate-y-4{
  --tw-translate-y: 1rem !important;
}

.tw-translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

.tw-translate-y-6{
  --tw-translate-y: 1.5rem !important;
}

.tw-translate-y-8{
  --tw-translate-y: 2rem !important;
}

.tw-translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.tw-translate-y-12{
  --tw-translate-y: 3rem !important;
}

.tw-translate-y-14{
  --tw-translate-y: 3.5rem !important;
}

.tw-translate-y-16{
  --tw-translate-y: 4rem !important;
}

.tw-translate-y-20{
  --tw-translate-y: 5rem !important;
}

.tw-translate-y-24{
  --tw-translate-y: 6rem !important;
}

.tw-translate-y-32{
  --tw-translate-y: 8rem !important;
}

.tw-translate-y-40{
  --tw-translate-y: 10rem !important;
}

.tw-translate-y-48{
  --tw-translate-y: 12rem !important;
}

.tw-translate-y-56{
  --tw-translate-y: 14rem !important;
}

.tw-translate-y-60{
  --tw-translate-y: 15rem !important;
}

.tw-translate-y-64{
  --tw-translate-y: 16rem !important;
}

.tw-translate-y-80{
  --tw-translate-y: 20rem !important;
}

.tw-translate-y-px{
  --tw-translate-y: 1px !important;
}

.tw-translate-y-nav{
  --tw-translate-y: 2.625rem !important;
}

.tw--translate-y-1{
  --tw-translate-y: -0.25rem !important;
}

.tw--translate-y-2{
  --tw-translate-y: -0.5rem !important;
}

.tw--translate-y-3{
  --tw-translate-y: -0.75rem !important;
}

.tw--translate-y-4{
  --tw-translate-y: -1rem !important;
}

.tw--translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

.tw--translate-y-6{
  --tw-translate-y: -1.5rem !important;
}

.tw--translate-y-8{
  --tw-translate-y: -2rem !important;
}

.tw--translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.tw--translate-y-12{
  --tw-translate-y: -3rem !important;
}

.tw--translate-y-14{
  --tw-translate-y: -3.5rem !important;
}

.tw--translate-y-16{
  --tw-translate-y: -4rem !important;
}

.tw--translate-y-20{
  --tw-translate-y: -5rem !important;
}

.tw--translate-y-24{
  --tw-translate-y: -6rem !important;
}

.tw--translate-y-32{
  --tw-translate-y: -8rem !important;
}

.tw--translate-y-40{
  --tw-translate-y: -10rem !important;
}

.tw--translate-y-48{
  --tw-translate-y: -12rem !important;
}

.tw--translate-y-56{
  --tw-translate-y: -14rem !important;
}

.tw--translate-y-60{
  --tw-translate-y: -15rem !important;
}

.tw--translate-y-64{
  --tw-translate-y: -16rem !important;
}

.tw--translate-y-80{
  --tw-translate-y: -20rem !important;
}

.tw--translate-y-px{
  --tw-translate-y: -1px !important;
}

.tw--translate-y-nav{
  --tw-translate-y: -2.625rem !important;
}

.tw--translate-y-full{
  --tw-translate-y: -100% !important;
}

.tw--translate-y-1\/2{
  --tw-translate-y: -50% !important;
}

.tw-translate-y-1\/2{
  --tw-translate-y: 50% !important;
}

.tw-translate-y-full{
  --tw-translate-y: 100% !important;
}

.hover\:tw-translate-x-0:hover{
  --tw-translate-x: 0 !important;
}

.hover\:tw-translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover\:tw-translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover\:tw-translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover\:tw-translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover\:tw-translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover\:tw-translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover\:tw-translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover\:tw-translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover\:tw-translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:tw-translate-x-14:hover{
  --tw-translate-x: 3.5rem !important;
}

.hover\:tw-translate-x-16:hover{
  --tw-translate-x: 4rem !important;
}

.hover\:tw-translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:tw-translate-x-24:hover{
  --tw-translate-x: 6rem !important;
}

.hover\:tw-translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover\:tw-translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover\:tw-translate-x-48:hover{
  --tw-translate-x: 12rem !important;
}

.hover\:tw-translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover\:tw-translate-x-60:hover{
  --tw-translate-x: 15rem !important;
}

.hover\:tw-translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover\:tw-translate-x-80:hover{
  --tw-translate-x: 20rem !important;
}

.hover\:tw-translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover\:tw-translate-x-nav:hover{
  --tw-translate-x: 2.625rem !important;
}

.hover\:tw--translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover\:tw--translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover\:tw--translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover\:tw--translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover\:tw--translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover\:tw--translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover\:tw--translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover\:tw--translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover\:tw--translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:tw--translate-x-14:hover{
  --tw-translate-x: -3.5rem !important;
}

.hover\:tw--translate-x-16:hover{
  --tw-translate-x: -4rem !important;
}

.hover\:tw--translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:tw--translate-x-24:hover{
  --tw-translate-x: -6rem !important;
}

.hover\:tw--translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover\:tw--translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover\:tw--translate-x-48:hover{
  --tw-translate-x: -12rem !important;
}

.hover\:tw--translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover\:tw--translate-x-60:hover{
  --tw-translate-x: -15rem !important;
}

.hover\:tw--translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover\:tw--translate-x-80:hover{
  --tw-translate-x: -20rem !important;
}

.hover\:tw--translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover\:tw--translate-x-nav:hover{
  --tw-translate-x: -2.625rem !important;
}

.hover\:tw--translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover\:tw--translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover\:tw-translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover\:tw-translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover\:tw-translate-y-0:hover{
  --tw-translate-y: 0 !important;
}

.hover\:tw-translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover\:tw-translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover\:tw-translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover\:tw-translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover\:tw-translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover\:tw-translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover\:tw-translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover\:tw-translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover\:tw-translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:tw-translate-y-14:hover{
  --tw-translate-y: 3.5rem !important;
}

.hover\:tw-translate-y-16:hover{
  --tw-translate-y: 4rem !important;
}

.hover\:tw-translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:tw-translate-y-24:hover{
  --tw-translate-y: 6rem !important;
}

.hover\:tw-translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover\:tw-translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover\:tw-translate-y-48:hover{
  --tw-translate-y: 12rem !important;
}

.hover\:tw-translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover\:tw-translate-y-60:hover{
  --tw-translate-y: 15rem !important;
}

.hover\:tw-translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover\:tw-translate-y-80:hover{
  --tw-translate-y: 20rem !important;
}

.hover\:tw-translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover\:tw-translate-y-nav:hover{
  --tw-translate-y: 2.625rem !important;
}

.hover\:tw--translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover\:tw--translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover\:tw--translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover\:tw--translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover\:tw--translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover\:tw--translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover\:tw--translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover\:tw--translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover\:tw--translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:tw--translate-y-14:hover{
  --tw-translate-y: -3.5rem !important;
}

.hover\:tw--translate-y-16:hover{
  --tw-translate-y: -4rem !important;
}

.hover\:tw--translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:tw--translate-y-24:hover{
  --tw-translate-y: -6rem !important;
}

.hover\:tw--translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover\:tw--translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover\:tw--translate-y-48:hover{
  --tw-translate-y: -12rem !important;
}

.hover\:tw--translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover\:tw--translate-y-60:hover{
  --tw-translate-y: -15rem !important;
}

.hover\:tw--translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover\:tw--translate-y-80:hover{
  --tw-translate-y: -20rem !important;
}

.hover\:tw--translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover\:tw--translate-y-nav:hover{
  --tw-translate-y: -2.625rem !important;
}

.hover\:tw--translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.hover\:tw--translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover\:tw-translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover\:tw-translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.focus\:tw-translate-x-0:focus{
  --tw-translate-x: 0 !important;
}

.focus\:tw-translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus\:tw-translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus\:tw-translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus\:tw-translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus\:tw-translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus\:tw-translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus\:tw-translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus\:tw-translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus\:tw-translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:tw-translate-x-14:focus{
  --tw-translate-x: 3.5rem !important;
}

.focus\:tw-translate-x-16:focus{
  --tw-translate-x: 4rem !important;
}

.focus\:tw-translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:tw-translate-x-24:focus{
  --tw-translate-x: 6rem !important;
}

.focus\:tw-translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus\:tw-translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus\:tw-translate-x-48:focus{
  --tw-translate-x: 12rem !important;
}

.focus\:tw-translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus\:tw-translate-x-60:focus{
  --tw-translate-x: 15rem !important;
}

.focus\:tw-translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus\:tw-translate-x-80:focus{
  --tw-translate-x: 20rem !important;
}

.focus\:tw-translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus\:tw-translate-x-nav:focus{
  --tw-translate-x: 2.625rem !important;
}

.focus\:tw--translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus\:tw--translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus\:tw--translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus\:tw--translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus\:tw--translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus\:tw--translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus\:tw--translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus\:tw--translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus\:tw--translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:tw--translate-x-14:focus{
  --tw-translate-x: -3.5rem !important;
}

.focus\:tw--translate-x-16:focus{
  --tw-translate-x: -4rem !important;
}

.focus\:tw--translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:tw--translate-x-24:focus{
  --tw-translate-x: -6rem !important;
}

.focus\:tw--translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus\:tw--translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus\:tw--translate-x-48:focus{
  --tw-translate-x: -12rem !important;
}

.focus\:tw--translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus\:tw--translate-x-60:focus{
  --tw-translate-x: -15rem !important;
}

.focus\:tw--translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus\:tw--translate-x-80:focus{
  --tw-translate-x: -20rem !important;
}

.focus\:tw--translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus\:tw--translate-x-nav:focus{
  --tw-translate-x: -2.625rem !important;
}

.focus\:tw--translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus\:tw--translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus\:tw-translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus\:tw-translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus\:tw-translate-y-0:focus{
  --tw-translate-y: 0 !important;
}

.focus\:tw-translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus\:tw-translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus\:tw-translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus\:tw-translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus\:tw-translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus\:tw-translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus\:tw-translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus\:tw-translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus\:tw-translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:tw-translate-y-14:focus{
  --tw-translate-y: 3.5rem !important;
}

.focus\:tw-translate-y-16:focus{
  --tw-translate-y: 4rem !important;
}

.focus\:tw-translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:tw-translate-y-24:focus{
  --tw-translate-y: 6rem !important;
}

.focus\:tw-translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus\:tw-translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus\:tw-translate-y-48:focus{
  --tw-translate-y: 12rem !important;
}

.focus\:tw-translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus\:tw-translate-y-60:focus{
  --tw-translate-y: 15rem !important;
}

.focus\:tw-translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus\:tw-translate-y-80:focus{
  --tw-translate-y: 20rem !important;
}

.focus\:tw-translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus\:tw-translate-y-nav:focus{
  --tw-translate-y: 2.625rem !important;
}

.focus\:tw--translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus\:tw--translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus\:tw--translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus\:tw--translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus\:tw--translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus\:tw--translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus\:tw--translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus\:tw--translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus\:tw--translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:tw--translate-y-14:focus{
  --tw-translate-y: -3.5rem !important;
}

.focus\:tw--translate-y-16:focus{
  --tw-translate-y: -4rem !important;
}

.focus\:tw--translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:tw--translate-y-24:focus{
  --tw-translate-y: -6rem !important;
}

.focus\:tw--translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus\:tw--translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus\:tw--translate-y-48:focus{
  --tw-translate-y: -12rem !important;
}

.focus\:tw--translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus\:tw--translate-y-60:focus{
  --tw-translate-y: -15rem !important;
}

.focus\:tw--translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus\:tw--translate-y-80:focus{
  --tw-translate-y: -20rem !important;
}

.focus\:tw--translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus\:tw--translate-y-nav:focus{
  --tw-translate-y: -2.625rem !important;
}

.focus\:tw--translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.focus\:tw--translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus\:tw-translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus\:tw-translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.tw-rotate-0{
  --tw-rotate: 0 !important;
}

.tw-rotate-45{
  --tw-rotate: 45deg !important;
}

.tw-rotate-90{
  --tw-rotate: 90deg !important;
}

.tw-rotate-180{
  --tw-rotate: 180deg !important;
}

.tw--rotate-180{
  --tw-rotate: -180deg !important;
}

.tw--rotate-90{
  --tw-rotate: -90deg !important;
}

.tw--rotate-45{
  --tw-rotate: -45deg !important;
}

.hover\:tw-rotate-0:hover{
  --tw-rotate: 0 !important;
}

.hover\:tw-rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:tw-rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:tw-rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:tw--rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:tw--rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:tw--rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.focus\:tw-rotate-0:focus{
  --tw-rotate: 0 !important;
}

.focus\:tw-rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:tw-rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:tw-rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:tw--rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:tw--rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:tw--rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.tw-skew-x-0{
  --tw-skew-x: 0 !important;
}

.tw-skew-x-3{
  --tw-skew-x: 3deg !important;
}

.tw-skew-x-6{
  --tw-skew-x: 6deg !important;
}

.tw-skew-x-12{
  --tw-skew-x: 12deg !important;
}

.tw--skew-x-12{
  --tw-skew-x: -12deg !important;
}

.tw--skew-x-6{
  --tw-skew-x: -6deg !important;
}

.tw--skew-x-3{
  --tw-skew-x: -3deg !important;
}

.tw-skew-y-0{
  --tw-skew-y: 0 !important;
}

.tw-skew-y-3{
  --tw-skew-y: 3deg !important;
}

.tw-skew-y-6{
  --tw-skew-y: 6deg !important;
}

.tw-skew-y-12{
  --tw-skew-y: 12deg !important;
}

.tw--skew-y-12{
  --tw-skew-y: -12deg !important;
}

.tw--skew-y-6{
  --tw-skew-y: -6deg !important;
}

.tw--skew-y-3{
  --tw-skew-y: -3deg !important;
}

.hover\:tw-skew-x-0:hover{
  --tw-skew-x: 0 !important;
}

.hover\:tw-skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:tw-skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:tw-skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:tw--skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:tw--skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:tw--skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:tw-skew-y-0:hover{
  --tw-skew-y: 0 !important;
}

.hover\:tw-skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:tw-skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:tw-skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:tw--skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:tw--skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:tw--skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.focus\:tw-skew-x-0:focus{
  --tw-skew-x: 0 !important;
}

.focus\:tw-skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:tw-skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:tw-skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:tw--skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:tw--skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:tw--skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:tw-skew-y-0:focus{
  --tw-skew-y: 0 !important;
}

.focus\:tw-skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:tw-skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:tw-skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:tw--skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:tw--skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:tw--skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.tw-scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.tw-scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.tw-scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.tw-scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.tw-scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.tw-scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.tw-scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.tw-scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.tw-scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.tw-scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.tw-scale-x-0{
  --tw-scale-x: 0 !important;
}

.tw-scale-x-50{
  --tw-scale-x: .5 !important;
}

.tw-scale-x-75{
  --tw-scale-x: .75 !important;
}

.tw-scale-x-90{
  --tw-scale-x: .9 !important;
}

.tw-scale-x-95{
  --tw-scale-x: .95 !important;
}

.tw-scale-x-100{
  --tw-scale-x: 1 !important;
}

.tw-scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.tw-scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.tw-scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.tw-scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.tw-scale-y-0{
  --tw-scale-y: 0 !important;
}

.tw-scale-y-50{
  --tw-scale-y: .5 !important;
}

.tw-scale-y-75{
  --tw-scale-y: .75 !important;
}

.tw-scale-y-90{
  --tw-scale-y: .9 !important;
}

.tw-scale-y-95{
  --tw-scale-y: .95 !important;
}

.tw-scale-y-100{
  --tw-scale-y: 1 !important;
}

.tw-scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.tw-scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.tw-scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.tw-scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:tw-scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:tw-scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:tw-scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:tw-scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:tw-scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:tw-scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:tw-scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:tw-scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:tw-scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:tw-scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:tw-scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:tw-scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:tw-scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:tw-scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:tw-scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:tw-scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:tw-scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:tw-scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:tw-scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:tw-scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

@keyframes tw-spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes tw-ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-pulse{
  50%{
    opacity: .5;
  }
}

@keyframes tw-bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-animate-none{
  animation: none !important;
}

.tw-animate-spin{
  animation: tw-spin 1s linear infinite !important;
}

.tw-animate-ping{
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.tw-animate-pulse{
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.tw-animate-bounce{
  animation: tw-bounce 1s infinite !important;
}

.tw-cursor-auto{
  cursor: auto !important;
}

.tw-cursor-default{
  cursor: default !important;
}

.tw-cursor-pointer{
  cursor: pointer !important;
}

.tw-cursor-wait{
  cursor: wait !important;
}

.tw-cursor-text{
  cursor: text !important;
}

.tw-cursor-move{
  cursor: move !important;
}

.tw-cursor-not-allowed{
  cursor: not-allowed !important;
}

.tw-select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.tw-select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.tw-select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.tw-select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.tw-resize-none{
  resize: none !important;
}

.tw-resize-y{
  resize: vertical !important;
}

.tw-resize-x{
  resize: horizontal !important;
}

.tw-resize{
  resize: both !important;
}

.tw-list-inside{
  list-style-position: inside !important;
}

.tw-list-outside{
  list-style-position: outside !important;
}

.tw-list-none{
  list-style-type: none !important;
}

.tw-list-disc{
  list-style-type: disc !important;
}

.tw-list-decimal{
  list-style-type: decimal !important;
}

.tw-appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.tw-auto-cols-auto{
  grid-auto-columns: auto !important;
}

.tw-auto-cols-min{
  grid-auto-columns: min-content !important;
}

.tw-auto-cols-max{
  grid-auto-columns: max-content !important;
}

.tw-auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.tw-grid-flow-row{
  grid-auto-flow: row !important;
}

.tw-grid-flow-col{
  grid-auto-flow: column !important;
}

.tw-grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.tw-grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.tw-auto-rows-auto{
  grid-auto-rows: auto !important;
}

.tw-auto-rows-min{
  grid-auto-rows: min-content !important;
}

.tw-auto-rows-max{
  grid-auto-rows: max-content !important;
}

.tw-auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.tw-grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.tw-grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.tw-grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.tw-grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.tw-grid-cols-none{
  grid-template-columns: none !important;
}

.tw-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-rows-none{
  grid-template-rows: none !important;
}

.tw-flex-row{
  flex-direction: row !important;
}

.tw-flex-row-reverse{
  flex-direction: row-reverse !important;
}

.tw-flex-col{
  flex-direction: column !important;
}

.tw-flex-col-reverse{
  flex-direction: column-reverse !important;
}

.tw-flex-wrap{
  flex-wrap: wrap !important;
}

.tw-flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.tw-flex-nowrap{
  flex-wrap: nowrap !important;
}

.tw-place-content-center{
  place-content: center !important;
}

.tw-place-content-start{
  place-content: start !important;
}

.tw-place-content-end{
  place-content: end !important;
}

.tw-place-content-between{
  place-content: space-between !important;
}

.tw-place-content-around{
  place-content: space-around !important;
}

.tw-place-content-evenly{
  place-content: space-evenly !important;
}

.tw-place-content-stretch{
  place-content: stretch !important;
}

.tw-place-items-start{
  place-items: start !important;
}

.tw-place-items-end{
  place-items: end !important;
}

.tw-place-items-center{
  place-items: center !important;
}

.tw-place-items-stretch{
  place-items: stretch !important;
}

.tw-content-center{
  align-content: center !important;
}

.tw-content-start{
  align-content: flex-start !important;
}

.tw-content-end{
  align-content: flex-end !important;
}

.tw-content-between{
  align-content: space-between !important;
}

.tw-content-around{
  align-content: space-around !important;
}

.tw-content-evenly{
  align-content: space-evenly !important;
}

.tw-items-start{
  align-items: flex-start !important;
}

.tw-items-end{
  align-items: flex-end !important;
}

.tw-items-center{
  align-items: center !important;
}

.tw-items-baseline{
  align-items: baseline !important;
}

.tw-items-stretch{
  align-items: stretch !important;
}

.tw-justify-start{
  justify-content: flex-start !important;
}

.tw-justify-end{
  justify-content: flex-end !important;
}

.tw-justify-center{
  justify-content: center !important;
}

.tw-justify-between{
  justify-content: space-between !important;
}

.tw-justify-around{
  justify-content: space-around !important;
}

.tw-justify-evenly{
  justify-content: space-evenly !important;
}

.tw-justify-items-start{
  justify-items: start !important;
}

.tw-justify-items-end{
  justify-items: end !important;
}

.tw-justify-items-center{
  justify-items: center !important;
}

.tw-justify-items-stretch{
  justify-items: stretch !important;
}

.tw-gap-0{
  gap: 0 !important;
}

.tw-gap-1{
  gap: 0.25rem !important;
}

.tw-gap-2{
  gap: 0.5rem !important;
}

.tw-gap-3{
  gap: 0.75rem !important;
}

.tw-gap-4{
  gap: 1rem !important;
}

.tw-gap-5{
  gap: 1.25rem !important;
}

.tw-gap-6{
  gap: 1.5rem !important;
}

.tw-gap-8{
  gap: 2rem !important;
}

.tw-gap-10{
  gap: 2.5rem !important;
}

.tw-gap-12{
  gap: 3rem !important;
}

.tw-gap-14{
  gap: 3.5rem !important;
}

.tw-gap-16{
  gap: 4rem !important;
}

.tw-gap-20{
  gap: 5rem !important;
}

.tw-gap-24{
  gap: 6rem !important;
}

.tw-gap-32{
  gap: 8rem !important;
}

.tw-gap-40{
  gap: 10rem !important;
}

.tw-gap-48{
  gap: 12rem !important;
}

.tw-gap-56{
  gap: 14rem !important;
}

.tw-gap-60{
  gap: 15rem !important;
}

.tw-gap-64{
  gap: 16rem !important;
}

.tw-gap-80{
  gap: 20rem !important;
}

.tw-gap-px{
  gap: 1px !important;
}

.tw-gap-nav{
  gap: 2.625rem !important;
}

.tw-gap-x-0{
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.tw-gap-x-1{
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.tw-gap-x-2{
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.tw-gap-x-3{
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.tw-gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.tw-gap-x-5{
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.tw-gap-x-6{
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.tw-gap-x-8{
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-gap-x-10{
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.tw-gap-x-12{
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.tw-gap-x-14{
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.tw-gap-x-16{
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.tw-gap-x-20{
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.tw-gap-x-24{
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.tw-gap-x-32{
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.tw-gap-x-40{
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.tw-gap-x-48{
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.tw-gap-x-56{
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.tw-gap-x-60{
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.tw-gap-x-64{
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.tw-gap-x-80{
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.tw-gap-x-px{
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.tw-gap-x-nav{
  -moz-column-gap: 2.625rem !important;
       column-gap: 2.625rem !important;
}

.tw-gap-y-0{
  row-gap: 0 !important;
}

.tw-gap-y-1{
  row-gap: 0.25rem !important;
}

.tw-gap-y-2{
  row-gap: 0.5rem !important;
}

.tw-gap-y-3{
  row-gap: 0.75rem !important;
}

.tw-gap-y-4{
  row-gap: 1rem !important;
}

.tw-gap-y-5{
  row-gap: 1.25rem !important;
}

.tw-gap-y-6{
  row-gap: 1.5rem !important;
}

.tw-gap-y-8{
  row-gap: 2rem !important;
}

.tw-gap-y-10{
  row-gap: 2.5rem !important;
}

.tw-gap-y-12{
  row-gap: 3rem !important;
}

.tw-gap-y-14{
  row-gap: 3.5rem !important;
}

.tw-gap-y-16{
  row-gap: 4rem !important;
}

.tw-gap-y-20{
  row-gap: 5rem !important;
}

.tw-gap-y-24{
  row-gap: 6rem !important;
}

.tw-gap-y-32{
  row-gap: 8rem !important;
}

.tw-gap-y-40{
  row-gap: 10rem !important;
}

.tw-gap-y-48{
  row-gap: 12rem !important;
}

.tw-gap-y-56{
  row-gap: 14rem !important;
}

.tw-gap-y-60{
  row-gap: 15rem !important;
}

.tw-gap-y-64{
  row-gap: 16rem !important;
}

.tw-gap-y-80{
  row-gap: 20rem !important;
}

.tw-gap-y-px{
  row-gap: 1px !important;
}

.tw-gap-y-nav{
  row-gap: 2.625rem !important;
}

.tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-x-nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw--space-x-nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.625rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.tw--space-y-nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1 !important;
}

.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1 !important;
}

.tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-x-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-y-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1 !important;
}

.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1 !important;
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid !important;
}

.tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed !important;
}

.tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted !important;
}

.tw-divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double !important;
}

.tw-divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none !important;
}

.tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent !important;
}

.tw-divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor !important;
}

.tw-divide-light_gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 226, 226, var(--tw-divide-opacity)) !important;
}

.tw-divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.tw-divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 242, 247, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-210 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 236, 236, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-910 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(44, 52, 59, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-510 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 105, 94, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-910 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 67, 54, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-911 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 86, 86, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
}

.tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 178, 172, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(66, 153, 225, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-910 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 173, 239, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
}

.tw-divide-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
}

.tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0 !important;
}

.tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25 !important;
}

.tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5 !important;
}

.tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75 !important;
}

.tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
}

.tw-place-self-auto{
  place-self: auto !important;
}

.tw-place-self-start{
  place-self: start !important;
}

.tw-place-self-end{
  place-self: end !important;
}

.tw-place-self-center{
  place-self: center !important;
}

.tw-place-self-stretch{
  place-self: stretch !important;
}

.tw-self-auto{
  align-self: auto !important;
}

.tw-self-start{
  align-self: flex-start !important;
}

.tw-self-end{
  align-self: flex-end !important;
}

.tw-self-center{
  align-self: center !important;
}

.tw-self-stretch{
  align-self: stretch !important;
}

.tw-self-baseline{
  align-self: baseline !important;
}

.tw-justify-self-auto{
  justify-self: auto !important;
}

.tw-justify-self-start{
  justify-self: start !important;
}

.tw-justify-self-end{
  justify-self: end !important;
}

.tw-justify-self-center{
  justify-self: center !important;
}

.tw-justify-self-stretch{
  justify-self: stretch !important;
}

.tw-overflow-auto{
  overflow: auto !important;
}

.tw-overflow-hidden{
  overflow: hidden !important;
}

.tw-overflow-visible{
  overflow: visible !important;
}

.tw-overflow-scroll{
  overflow: scroll !important;
}

.tw-overflow-x-auto{
  overflow-x: auto !important;
}

.tw-overflow-y-auto{
  overflow-y: auto !important;
}

.tw-overflow-x-hidden{
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden{
  overflow-y: hidden !important;
}

.tw-overflow-x-visible{
  overflow-x: visible !important;
}

.tw-overflow-y-visible{
  overflow-y: visible !important;
}

.tw-overflow-x-scroll{
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll{
  overflow-y: scroll !important;
}

.tw-overscroll-auto{
  overscroll-behavior: auto !important;
}

.tw-overscroll-contain{
  overscroll-behavior: contain !important;
}

.tw-overscroll-none{
  overscroll-behavior: none !important;
}

.tw-overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.tw-overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.tw-overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.tw-overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.tw-overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.tw-overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.tw-truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-overflow-ellipsis{
  text-overflow: ellipsis !important;
}

.tw-overflow-clip{
  text-overflow: clip !important;
}

.tw-whitespace-normal{
  white-space: normal !important;
}

.tw-whitespace-nowrap{
  white-space: nowrap !important;
}

.tw-whitespace-pre{
  white-space: pre !important;
}

.tw-whitespace-pre-line{
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.tw-break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words{
  overflow-wrap: break-word !important;
}

.tw-break-all{
  word-break: break-all !important;
}

.tw-rounded-none{
  border-radius: 0 !important;
}

.tw-rounded-sm{
  border-radius: 0.125rem !important;
}

.tw-rounded-default{
  border-radius: 0.25rem !important;
}

.tw-rounded-md{
  border-radius: 0.375rem !important;
}

.tw-rounded-lg{
  border-radius: 0.5rem !important;
}

.tw-rounded-full{
  border-radius: 9999px !important;
}

.tw-rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.tw-rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-t-default{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.tw-rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-r-default{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-b-default{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-default{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.tw-rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tl-default{
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.tw-rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.tw-rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.tw-rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-tr-default{
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.tw-rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-br-default{
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-bl-default{
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.tw-border-0{
  border-width: 0 !important;
}

.tw-border-2{
  border-width: 2px !important;
}

.tw-border-4{
  border-width: 4px !important;
}

.tw-border-8{
  border-width: 8px !important;
}

.tw-border-default{
  border-width: 1px !important;
}

.tw-border-t-0{
  border-top-width: 0 !important;
}

.tw-border-t-2{
  border-top-width: 2px !important;
}

.tw-border-t-4{
  border-top-width: 4px !important;
}

.tw-border-t-8{
  border-top-width: 8px !important;
}

.tw-border-t-default{
  border-top-width: 1px !important;
}

.tw-border-r-0{
  border-right-width: 0 !important;
}

.tw-border-r-2{
  border-right-width: 2px !important;
}

.tw-border-r-4{
  border-right-width: 4px !important;
}

.tw-border-r-8{
  border-right-width: 8px !important;
}

.tw-border-r-default{
  border-right-width: 1px !important;
}

.tw-border-b-0{
  border-bottom-width: 0 !important;
}

.tw-border-b-2{
  border-bottom-width: 2px !important;
}

.tw-border-b-4{
  border-bottom-width: 4px !important;
}

.tw-border-b-8{
  border-bottom-width: 8px !important;
}

.tw-border-b-default{
  border-bottom-width: 1px !important;
}

.tw-border-l-0{
  border-left-width: 0 !important;
}

.tw-border-l-2{
  border-left-width: 2px !important;
}

.tw-border-l-4{
  border-left-width: 4px !important;
}

.tw-border-l-8{
  border-left-width: 8px !important;
}

.tw-border-l-default{
  border-left-width: 1px !important;
}

.tw-border-solid{
  border-style: solid !important;
}

.tw-border-dashed{
  border-style: dashed !important;
}

.tw-border-dotted{
  border-style: dotted !important;
}

.tw-border-double{
  border-style: double !important;
}

.tw-border-none{
  border-style: none !important;
}

.tw-border-transparent{
  border-color: transparent !important;
}

.tw-border-current{
  border-color: currentColor !important;
}

.tw-border-light_gray{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
}

.tw-border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.tw-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.tw-border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
}

.tw-border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
}

.tw-border-gray-210{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
}

.tw-border-gray-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.tw-border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
}

.tw-border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
}

.tw-border-gray-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
}

.tw-border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
}

.tw-border-gray-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
}

.tw-border-gray-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
}

.tw-border-gray-910{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
}

.tw-border-red-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
}

.tw-border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
}

.tw-border-red-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
}

.tw-border-red-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
}

.tw-border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
}

.tw-border-red-510{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
}

.tw-border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
}

.tw-border-red-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
}

.tw-border-red-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
}

.tw-border-red-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
}

.tw-border-red-910{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
}

.tw-border-red-911{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
}

.tw-border-orange-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
}

.tw-border-orange-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
}

.tw-border-orange-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
}

.tw-border-orange-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
}

.tw-border-orange-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
}

.tw-border-orange-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
}

.tw-border-orange-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
}

.tw-border-orange-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
}

.tw-border-orange-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
}

.tw-border-green-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
}

.tw-border-green-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
}

.tw-border-green-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
}

.tw-border-green-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
}

.tw-border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
}

.tw-border-green-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
}

.tw-border-green-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
}

.tw-border-green-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
}

.tw-border-green-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
}

.tw-border-teal-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
}

.tw-border-teal-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
}

.tw-border-teal-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
}

.tw-border-teal-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
}

.tw-border-teal-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
}

.tw-border-teal-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
}

.tw-border-teal-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
}

.tw-border-teal-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
}

.tw-border-teal-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
}

.tw-border-blue-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
}

.tw-border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
}

.tw-border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
}

.tw-border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
}

.tw-border-blue-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
}

.tw-border-blue-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
}

.tw-border-blue-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
}

.tw-border-blue-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
}

.tw-border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
}

.tw-border-blue-910{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
}

.tw-border-purple-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.tw-border-purple-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
}

.tw-border-purple-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
}

.tw-border-purple-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
}

.tw-border-purple-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
}

.tw-border-purple-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
}

.tw-border-purple-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
}

.tw-border-purple-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
}

.tw-border-purple-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
}

.tw-border-pink-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
}

.tw-border-pink-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
}

.tw-border-pink-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
}

.tw-border-pink-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
}

.tw-border-pink-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
}

.tw-border-pink-600{
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
}

.tw-border-pink-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
}

.tw-border-pink-800{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
}

.tw-border-pink-900{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
}

.tw-border-default{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-transparent:hover{
  border-color: transparent !important;
}

.hover\:tw-border-current:hover{
  border-color: currentColor !important;
}

.hover\:tw-border-light_gray:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-white:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-210:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-910:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-510:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-910:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-911:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-910:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-800:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-default:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-transparent:focus{
  border-color: transparent !important;
}

.focus\:tw-border-current:focus{
  border-color: currentColor !important;
}

.focus\:tw-border-light_gray:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-black:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-white:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-210:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-910:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-510:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-910:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-911:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-910:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-600:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-800:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-900:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-default:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.tw-border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.tw-border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.tw-border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.tw-border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.tw-border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.hover\:tw-border-opacity-0:hover{
  --tw-border-opacity: 0 !important;
}

.hover\:tw-border-opacity-25:hover{
  --tw-border-opacity: 0.25 !important;
}

.hover\:tw-border-opacity-50:hover{
  --tw-border-opacity: 0.5 !important;
}

.hover\:tw-border-opacity-75:hover{
  --tw-border-opacity: 0.75 !important;
}

.hover\:tw-border-opacity-100:hover{
  --tw-border-opacity: 1 !important;
}

.focus\:tw-border-opacity-0:focus{
  --tw-border-opacity: 0 !important;
}

.focus\:tw-border-opacity-25:focus{
  --tw-border-opacity: 0.25 !important;
}

.focus\:tw-border-opacity-50:focus{
  --tw-border-opacity: 0.5 !important;
}

.focus\:tw-border-opacity-75:focus{
  --tw-border-opacity: 0.75 !important;
}

.focus\:tw-border-opacity-100:focus{
  --tw-border-opacity: 1 !important;
}

.tw-bg-transparent{
  background-color: transparent !important;
}

.tw-bg-current{
  background-color: currentColor !important;
}

.tw-bg-light_gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
}

.tw-bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.tw-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-210{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-910{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-510{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-910{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-911{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-910{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-transparent:hover{
  background-color: transparent !important;
}

.hover\:tw-bg-current:hover{
  background-color: currentColor !important;
}

.hover\:tw-bg-light_gray:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-black:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-white:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-210:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-910:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-510:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-910:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-911:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-910:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:tw-bg-current:focus{
  background-color: currentColor !important;
}

.focus\:tw-bg-light_gray:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-black:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-white:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-210:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-910:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-510:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-910:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-911:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-910:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-600:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-700:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-800:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-900:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
}

.tw-bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}

.tw-bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}

.tw-bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.tw-bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}

.tw-bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}

.hover\:tw-bg-opacity-0:hover{
  --tw-bg-opacity: 0 !important;
}

.hover\:tw-bg-opacity-25:hover{
  --tw-bg-opacity: 0.25 !important;
}

.hover\:tw-bg-opacity-50:hover{
  --tw-bg-opacity: 0.5 !important;
}

.hover\:tw-bg-opacity-75:hover{
  --tw-bg-opacity: 0.75 !important;
}

.hover\:tw-bg-opacity-100:hover{
  --tw-bg-opacity: 1 !important;
}

.focus\:tw-bg-opacity-0:focus{
  --tw-bg-opacity: 0 !important;
}

.focus\:tw-bg-opacity-25:focus{
  --tw-bg-opacity: 0.25 !important;
}

.focus\:tw-bg-opacity-50:focus{
  --tw-bg-opacity: 0.5 !important;
}

.focus\:tw-bg-opacity-75:focus{
  --tw-bg-opacity: 0.75 !important;
}

.focus\:tw-bg-opacity-100:focus{
  --tw-bg-opacity: 1 !important;
}

.tw-bg-none{
  background-image: none !important;
}

.tw-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.tw-bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.tw-from-transparent{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-current{
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-light_gray{
  --tw-gradient-from: #E5E2E2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.tw-from-black{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-white{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-gray-100{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.tw-from-gray-200{
  --tw-gradient-from: #edf2f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.tw-from-gray-210{
  --tw-gradient-from: #f0ecec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.tw-from-gray-300{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.tw-from-gray-400{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.tw-from-gray-500{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.tw-from-gray-600{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.tw-from-gray-700{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.tw-from-gray-800{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.tw-from-gray-900{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.tw-from-gray-910{
  --tw-gradient-from: #2c343b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.tw-from-red-100{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.tw-from-red-200{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.tw-from-red-300{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.tw-from-red-400{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.tw-from-red-500{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.tw-from-red-510{
  --tw-gradient-from: #f6695e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.tw-from-red-600{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.tw-from-red-700{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.tw-from-red-800{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.tw-from-red-900{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.tw-from-red-910{
  --tw-gradient-from: #f44336 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.tw-from-red-911{
  --tw-gradient-from: #ff5656 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.tw-from-orange-100{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.tw-from-orange-200{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.tw-from-orange-300{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.tw-from-orange-400{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.tw-from-orange-500{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.tw-from-orange-600{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.tw-from-orange-700{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.tw-from-orange-800{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.tw-from-orange-900{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.tw-from-yellow-100{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.tw-from-yellow-200{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.tw-from-yellow-300{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.tw-from-yellow-400{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.tw-from-yellow-500{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.tw-from-yellow-600{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.tw-from-yellow-700{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.tw-from-yellow-800{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.tw-from-yellow-900{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.tw-from-green-100{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.tw-from-green-200{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.tw-from-green-300{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.tw-from-green-400{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.tw-from-green-500{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.tw-from-green-600{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.tw-from-green-700{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.tw-from-green-800{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.tw-from-green-900{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.tw-from-teal-100{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.tw-from-teal-200{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.tw-from-teal-300{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.tw-from-teal-400{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.tw-from-teal-500{
  --tw-gradient-from: #38b2ac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.tw-from-teal-600{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.tw-from-teal-700{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.tw-from-teal-800{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.tw-from-teal-900{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.tw-from-blue-100{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.tw-from-blue-200{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.tw-from-blue-300{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.tw-from-blue-400{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.tw-from-blue-500{
  --tw-gradient-from: #4299e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.tw-from-blue-600{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.tw-from-blue-700{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.tw-from-blue-800{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.tw-from-blue-900{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.tw-from-blue-910{
  --tw-gradient-from: rgb(0,173,239) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.tw-from-indigo-100{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.tw-from-indigo-200{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.tw-from-indigo-300{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.tw-from-indigo-400{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.tw-from-indigo-500{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.tw-from-indigo-600{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.tw-from-indigo-700{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.tw-from-indigo-800{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.tw-from-indigo-900{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.tw-from-purple-100{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.tw-from-purple-200{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.tw-from-purple-300{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.tw-from-purple-400{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.tw-from-purple-500{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.tw-from-purple-600{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.tw-from-purple-700{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.tw-from-purple-800{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.tw-from-purple-900{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.tw-from-pink-100{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.tw-from-pink-200{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.tw-from-pink-300{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.tw-from-pink-400{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.tw-from-pink-500{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.tw-from-pink-600{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.tw-from-pink-700{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.tw-from-pink-800{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.tw-from-pink-900{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.hover\:tw-from-transparent:hover{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-current:hover{
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-light_gray:hover{
  --tw-gradient-from: #E5E2E2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.hover\:tw-from-black:hover{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-white:hover{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-gray-100:hover{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.hover\:tw-from-gray-200:hover{
  --tw-gradient-from: #edf2f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.hover\:tw-from-gray-210:hover{
  --tw-gradient-from: #f0ecec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.hover\:tw-from-gray-300:hover{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-from-gray-400:hover{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.hover\:tw-from-gray-500:hover{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.hover\:tw-from-gray-600:hover{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.hover\:tw-from-gray-700:hover{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.hover\:tw-from-gray-800:hover{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.hover\:tw-from-gray-900:hover{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.hover\:tw-from-gray-910:hover{
  --tw-gradient-from: #2c343b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.hover\:tw-from-red-100:hover{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.hover\:tw-from-red-200:hover{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.hover\:tw-from-red-300:hover{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.hover\:tw-from-red-400:hover{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.hover\:tw-from-red-500:hover{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.hover\:tw-from-red-510:hover{
  --tw-gradient-from: #f6695e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.hover\:tw-from-red-600:hover{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.hover\:tw-from-red-700:hover{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.hover\:tw-from-red-800:hover{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.hover\:tw-from-red-900:hover{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.hover\:tw-from-red-910:hover{
  --tw-gradient-from: #f44336 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.hover\:tw-from-red-911:hover{
  --tw-gradient-from: #ff5656 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.hover\:tw-from-orange-100:hover{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.hover\:tw-from-orange-200:hover{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.hover\:tw-from-orange-300:hover{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.hover\:tw-from-orange-400:hover{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.hover\:tw-from-orange-500:hover{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.hover\:tw-from-orange-600:hover{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.hover\:tw-from-orange-700:hover{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.hover\:tw-from-orange-800:hover{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.hover\:tw-from-orange-900:hover{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.hover\:tw-from-yellow-100:hover{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.hover\:tw-from-yellow-200:hover{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.hover\:tw-from-yellow-300:hover{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.hover\:tw-from-yellow-400:hover{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.hover\:tw-from-yellow-500:hover{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.hover\:tw-from-yellow-600:hover{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.hover\:tw-from-yellow-700:hover{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.hover\:tw-from-yellow-800:hover{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.hover\:tw-from-yellow-900:hover{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.hover\:tw-from-green-100:hover{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.hover\:tw-from-green-200:hover{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.hover\:tw-from-green-300:hover{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.hover\:tw-from-green-400:hover{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.hover\:tw-from-green-500:hover{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.hover\:tw-from-green-600:hover{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.hover\:tw-from-green-700:hover{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.hover\:tw-from-green-800:hover{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.hover\:tw-from-green-900:hover{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.hover\:tw-from-teal-100:hover{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.hover\:tw-from-teal-200:hover{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.hover\:tw-from-teal-300:hover{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.hover\:tw-from-teal-400:hover{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.hover\:tw-from-teal-500:hover{
  --tw-gradient-from: #38b2ac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.hover\:tw-from-teal-600:hover{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.hover\:tw-from-teal-700:hover{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.hover\:tw-from-teal-800:hover{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.hover\:tw-from-teal-900:hover{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.hover\:tw-from-blue-100:hover{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.hover\:tw-from-blue-200:hover{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.hover\:tw-from-blue-300:hover{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.hover\:tw-from-blue-400:hover{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.hover\:tw-from-blue-500:hover{
  --tw-gradient-from: #4299e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.hover\:tw-from-blue-600:hover{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.hover\:tw-from-blue-700:hover{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.hover\:tw-from-blue-800:hover{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.hover\:tw-from-blue-900:hover{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.hover\:tw-from-blue-910:hover{
  --tw-gradient-from: rgb(0,173,239) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.hover\:tw-from-indigo-100:hover{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.hover\:tw-from-indigo-200:hover{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.hover\:tw-from-indigo-300:hover{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.hover\:tw-from-indigo-400:hover{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.hover\:tw-from-indigo-500:hover{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.hover\:tw-from-indigo-600:hover{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.hover\:tw-from-indigo-700:hover{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.hover\:tw-from-indigo-800:hover{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.hover\:tw-from-indigo-900:hover{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.hover\:tw-from-purple-100:hover{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-from-purple-200:hover{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.hover\:tw-from-purple-300:hover{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.hover\:tw-from-purple-400:hover{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.hover\:tw-from-purple-500:hover{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.hover\:tw-from-purple-600:hover{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.hover\:tw-from-purple-700:hover{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.hover\:tw-from-purple-800:hover{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.hover\:tw-from-purple-900:hover{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.hover\:tw-from-pink-100:hover{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.hover\:tw-from-pink-200:hover{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.hover\:tw-from-pink-300:hover{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.hover\:tw-from-pink-400:hover{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.hover\:tw-from-pink-500:hover{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.hover\:tw-from-pink-600:hover{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.hover\:tw-from-pink-700:hover{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.hover\:tw-from-pink-800:hover{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.hover\:tw-from-pink-900:hover{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.focus\:tw-from-transparent:focus{
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-current:focus{
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-light_gray:focus{
  --tw-gradient-from: #E5E2E2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.focus\:tw-from-black:focus{
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-white:focus{
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-gray-100:focus{
  --tw-gradient-from: #f7fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.focus\:tw-from-gray-200:focus{
  --tw-gradient-from: #edf2f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.focus\:tw-from-gray-210:focus{
  --tw-gradient-from: #f0ecec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.focus\:tw-from-gray-300:focus{
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-from-gray-400:focus{
  --tw-gradient-from: #cbd5e0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.focus\:tw-from-gray-500:focus{
  --tw-gradient-from: #a0aec0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.focus\:tw-from-gray-600:focus{
  --tw-gradient-from: #718096 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.focus\:tw-from-gray-700:focus{
  --tw-gradient-from: #4a5568 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.focus\:tw-from-gray-800:focus{
  --tw-gradient-from: #2d3748 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.focus\:tw-from-gray-900:focus{
  --tw-gradient-from: #1a202c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.focus\:tw-from-gray-910:focus{
  --tw-gradient-from: #2c343b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.focus\:tw-from-red-100:focus{
  --tw-gradient-from: #fff5f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.focus\:tw-from-red-200:focus{
  --tw-gradient-from: #fed7d7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.focus\:tw-from-red-300:focus{
  --tw-gradient-from: #feb2b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.focus\:tw-from-red-400:focus{
  --tw-gradient-from: #fc8181 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.focus\:tw-from-red-500:focus{
  --tw-gradient-from: #f56565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.focus\:tw-from-red-510:focus{
  --tw-gradient-from: #f6695e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.focus\:tw-from-red-600:focus{
  --tw-gradient-from: #e53e3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.focus\:tw-from-red-700:focus{
  --tw-gradient-from: #c53030 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.focus\:tw-from-red-800:focus{
  --tw-gradient-from: #9b2c2c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.focus\:tw-from-red-900:focus{
  --tw-gradient-from: #742a2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.focus\:tw-from-red-910:focus{
  --tw-gradient-from: #f44336 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.focus\:tw-from-red-911:focus{
  --tw-gradient-from: #ff5656 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.focus\:tw-from-orange-100:focus{
  --tw-gradient-from: #fffaf0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.focus\:tw-from-orange-200:focus{
  --tw-gradient-from: #feebc8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.focus\:tw-from-orange-300:focus{
  --tw-gradient-from: #fbd38d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.focus\:tw-from-orange-400:focus{
  --tw-gradient-from: #f6ad55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.focus\:tw-from-orange-500:focus{
  --tw-gradient-from: #ed8936 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.focus\:tw-from-orange-600:focus{
  --tw-gradient-from: #dd6b20 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.focus\:tw-from-orange-700:focus{
  --tw-gradient-from: #c05621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.focus\:tw-from-orange-800:focus{
  --tw-gradient-from: #9c4221 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.focus\:tw-from-orange-900:focus{
  --tw-gradient-from: #7b341e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.focus\:tw-from-yellow-100:focus{
  --tw-gradient-from: #fffff0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.focus\:tw-from-yellow-200:focus{
  --tw-gradient-from: #fefcbf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.focus\:tw-from-yellow-300:focus{
  --tw-gradient-from: #faf089 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.focus\:tw-from-yellow-400:focus{
  --tw-gradient-from: #f6e05e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.focus\:tw-from-yellow-500:focus{
  --tw-gradient-from: #ecc94b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.focus\:tw-from-yellow-600:focus{
  --tw-gradient-from: #d69e2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.focus\:tw-from-yellow-700:focus{
  --tw-gradient-from: #b7791f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.focus\:tw-from-yellow-800:focus{
  --tw-gradient-from: #975a16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.focus\:tw-from-yellow-900:focus{
  --tw-gradient-from: #744210 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.focus\:tw-from-green-100:focus{
  --tw-gradient-from: #f0fff4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.focus\:tw-from-green-200:focus{
  --tw-gradient-from: #c6f6d5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.focus\:tw-from-green-300:focus{
  --tw-gradient-from: #9ae6b4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.focus\:tw-from-green-400:focus{
  --tw-gradient-from: #68d391 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.focus\:tw-from-green-500:focus{
  --tw-gradient-from: #48bb78 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.focus\:tw-from-green-600:focus{
  --tw-gradient-from: #38a169 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.focus\:tw-from-green-700:focus{
  --tw-gradient-from: #2f855a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.focus\:tw-from-green-800:focus{
  --tw-gradient-from: #276749 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.focus\:tw-from-green-900:focus{
  --tw-gradient-from: #22543d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.focus\:tw-from-teal-100:focus{
  --tw-gradient-from: #e6fffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.focus\:tw-from-teal-200:focus{
  --tw-gradient-from: #b2f5ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.focus\:tw-from-teal-300:focus{
  --tw-gradient-from: #81e6d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.focus\:tw-from-teal-400:focus{
  --tw-gradient-from: #4fd1c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.focus\:tw-from-teal-500:focus{
  --tw-gradient-from: #38b2ac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.focus\:tw-from-teal-600:focus{
  --tw-gradient-from: #319795 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.focus\:tw-from-teal-700:focus{
  --tw-gradient-from: #2c7a7b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.focus\:tw-from-teal-800:focus{
  --tw-gradient-from: #285e61 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.focus\:tw-from-teal-900:focus{
  --tw-gradient-from: #234e52 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.focus\:tw-from-blue-100:focus{
  --tw-gradient-from: #ebf8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.focus\:tw-from-blue-200:focus{
  --tw-gradient-from: #bee3f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.focus\:tw-from-blue-300:focus{
  --tw-gradient-from: #90cdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.focus\:tw-from-blue-400:focus{
  --tw-gradient-from: #63b3ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.focus\:tw-from-blue-500:focus{
  --tw-gradient-from: #4299e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.focus\:tw-from-blue-600:focus{
  --tw-gradient-from: #3182ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.focus\:tw-from-blue-700:focus{
  --tw-gradient-from: #2b6cb0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.focus\:tw-from-blue-800:focus{
  --tw-gradient-from: #2c5282 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.focus\:tw-from-blue-900:focus{
  --tw-gradient-from: #2a4365 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.focus\:tw-from-blue-910:focus{
  --tw-gradient-from: rgb(0,173,239) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.focus\:tw-from-indigo-100:focus{
  --tw-gradient-from: #ebf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.focus\:tw-from-indigo-200:focus{
  --tw-gradient-from: #c3dafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.focus\:tw-from-indigo-300:focus{
  --tw-gradient-from: #a3bffa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.focus\:tw-from-indigo-400:focus{
  --tw-gradient-from: #7f9cf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.focus\:tw-from-indigo-500:focus{
  --tw-gradient-from: #667eea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.focus\:tw-from-indigo-600:focus{
  --tw-gradient-from: #5a67d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.focus\:tw-from-indigo-700:focus{
  --tw-gradient-from: #4c51bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.focus\:tw-from-indigo-800:focus{
  --tw-gradient-from: #434190 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.focus\:tw-from-indigo-900:focus{
  --tw-gradient-from: #3c366b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.focus\:tw-from-purple-100:focus{
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-from-purple-200:focus{
  --tw-gradient-from: #e9d8fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.focus\:tw-from-purple-300:focus{
  --tw-gradient-from: #d6bcfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.focus\:tw-from-purple-400:focus{
  --tw-gradient-from: #b794f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.focus\:tw-from-purple-500:focus{
  --tw-gradient-from: #9f7aea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.focus\:tw-from-purple-600:focus{
  --tw-gradient-from: #805ad5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.focus\:tw-from-purple-700:focus{
  --tw-gradient-from: #6b46c1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.focus\:tw-from-purple-800:focus{
  --tw-gradient-from: #553c9a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.focus\:tw-from-purple-900:focus{
  --tw-gradient-from: #44337a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.focus\:tw-from-pink-100:focus{
  --tw-gradient-from: #fff5f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.focus\:tw-from-pink-200:focus{
  --tw-gradient-from: #fed7e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.focus\:tw-from-pink-300:focus{
  --tw-gradient-from: #fbb6ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.focus\:tw-from-pink-400:focus{
  --tw-gradient-from: #f687b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.focus\:tw-from-pink-500:focus{
  --tw-gradient-from: #ed64a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.focus\:tw-from-pink-600:focus{
  --tw-gradient-from: #d53f8c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.focus\:tw-from-pink-700:focus{
  --tw-gradient-from: #b83280 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.focus\:tw-from-pink-800:focus{
  --tw-gradient-from: #97266d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.focus\:tw-from-pink-900:focus{
  --tw-gradient-from: #702459 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.tw-via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-light_gray{
  --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.tw-via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.tw-via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.tw-via-gray-210{
  --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.tw-via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.tw-via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.tw-via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.tw-via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.tw-via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.tw-via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.tw-via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.tw-via-gray-910{
  --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.tw-via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.tw-via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.tw-via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.tw-via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.tw-via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.tw-via-red-510{
  --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.tw-via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.tw-via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.tw-via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.tw-via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.tw-via-red-910{
  --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.tw-via-red-911{
  --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.tw-via-orange-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.tw-via-orange-200{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.tw-via-orange-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.tw-via-orange-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.tw-via-orange-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.tw-via-orange-600{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.tw-via-orange-700{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.tw-via-orange-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.tw-via-orange-900{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.tw-via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.tw-via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.tw-via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.tw-via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.tw-via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.tw-via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.tw-via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.tw-via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.tw-via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.tw-via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.tw-via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.tw-via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.tw-via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.tw-via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.tw-via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.tw-via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.tw-via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.tw-via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.tw-via-teal-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.tw-via-teal-200{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.tw-via-teal-300{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.tw-via-teal-400{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.tw-via-teal-500{
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.tw-via-teal-600{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.tw-via-teal-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.tw-via-teal-800{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.tw-via-teal-900{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.tw-via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.tw-via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.tw-via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.tw-via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.tw-via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.tw-via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.tw-via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.tw-via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.tw-via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.tw-via-blue-910{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.tw-via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.tw-via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.tw-via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.tw-via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.tw-via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.tw-via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.tw-via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.tw-via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.tw-via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.tw-via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.tw-via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.tw-via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.tw-via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.tw-via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.tw-via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.tw-via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.tw-via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.tw-via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.tw-via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.tw-via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.tw-via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.tw-via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.tw-via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.tw-via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.tw-via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.tw-via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.tw-via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.hover\:tw-via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-light_gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.hover\:tw-via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.hover\:tw-via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.hover\:tw-via-gray-210:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.hover\:tw-via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.hover\:tw-via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.hover\:tw-via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.hover\:tw-via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.hover\:tw-via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.hover\:tw-via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.hover\:tw-via-gray-910:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.hover\:tw-via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.hover\:tw-via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.hover\:tw-via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.hover\:tw-via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.hover\:tw-via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.hover\:tw-via-red-510:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.hover\:tw-via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.hover\:tw-via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.hover\:tw-via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.hover\:tw-via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.hover\:tw-via-red-910:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.hover\:tw-via-red-911:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.hover\:tw-via-orange-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.hover\:tw-via-orange-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.hover\:tw-via-orange-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.hover\:tw-via-orange-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.hover\:tw-via-orange-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.hover\:tw-via-orange-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.hover\:tw-via-orange-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.hover\:tw-via-orange-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.hover\:tw-via-orange-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.hover\:tw-via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.hover\:tw-via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.hover\:tw-via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.hover\:tw-via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.hover\:tw-via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.hover\:tw-via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.hover\:tw-via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.hover\:tw-via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.hover\:tw-via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.hover\:tw-via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.hover\:tw-via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.hover\:tw-via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.hover\:tw-via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.hover\:tw-via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.hover\:tw-via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.hover\:tw-via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.hover\:tw-via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.hover\:tw-via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.hover\:tw-via-teal-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.hover\:tw-via-teal-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.hover\:tw-via-teal-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.hover\:tw-via-teal-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.hover\:tw-via-teal-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.hover\:tw-via-teal-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.hover\:tw-via-teal-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.hover\:tw-via-teal-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.hover\:tw-via-teal-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.hover\:tw-via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.hover\:tw-via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.hover\:tw-via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.hover\:tw-via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.hover\:tw-via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.hover\:tw-via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.hover\:tw-via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.hover\:tw-via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.hover\:tw-via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.hover\:tw-via-blue-910:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.hover\:tw-via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.hover\:tw-via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.hover\:tw-via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.hover\:tw-via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.hover\:tw-via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.hover\:tw-via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.hover\:tw-via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.hover\:tw-via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.hover\:tw-via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.hover\:tw-via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.hover\:tw-via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.hover\:tw-via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.hover\:tw-via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.hover\:tw-via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.hover\:tw-via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.hover\:tw-via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.hover\:tw-via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.hover\:tw-via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.hover\:tw-via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.hover\:tw-via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.hover\:tw-via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.hover\:tw-via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.hover\:tw-via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.hover\:tw-via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.hover\:tw-via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.hover\:tw-via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.focus\:tw-via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-light_gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
}

.focus\:tw-via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
}

.focus\:tw-via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
}

.focus\:tw-via-gray-210:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
}

.focus\:tw-via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
}

.focus\:tw-via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
}

.focus\:tw-via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
}

.focus\:tw-via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
}

.focus\:tw-via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
}

.focus\:tw-via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
}

.focus\:tw-via-gray-910:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
}

.focus\:tw-via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
}

.focus\:tw-via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
}

.focus\:tw-via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
}

.focus\:tw-via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
}

.focus\:tw-via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
}

.focus\:tw-via-red-510:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
}

.focus\:tw-via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
}

.focus\:tw-via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
}

.focus\:tw-via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
}

.focus\:tw-via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
}

.focus\:tw-via-red-910:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
}

.focus\:tw-via-red-911:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
}

.focus\:tw-via-orange-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
}

.focus\:tw-via-orange-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
}

.focus\:tw-via-orange-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
}

.focus\:tw-via-orange-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
}

.focus\:tw-via-orange-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
}

.focus\:tw-via-orange-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
}

.focus\:tw-via-orange-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
}

.focus\:tw-via-orange-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
}

.focus\:tw-via-orange-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
}

.focus\:tw-via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
}

.focus\:tw-via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
}

.focus\:tw-via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
}

.focus\:tw-via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
}

.focus\:tw-via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
}

.focus\:tw-via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
}

.focus\:tw-via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
}

.focus\:tw-via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
}

.focus\:tw-via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
}

.focus\:tw-via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
}

.focus\:tw-via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
}

.focus\:tw-via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
}

.focus\:tw-via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
}

.focus\:tw-via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
}

.focus\:tw-via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
}

.focus\:tw-via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
}

.focus\:tw-via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
}

.focus\:tw-via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
}

.focus\:tw-via-teal-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
}

.focus\:tw-via-teal-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
}

.focus\:tw-via-teal-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
}

.focus\:tw-via-teal-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
}

.focus\:tw-via-teal-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
}

.focus\:tw-via-teal-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
}

.focus\:tw-via-teal-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
}

.focus\:tw-via-teal-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
}

.focus\:tw-via-teal-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
}

.focus\:tw-via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
}

.focus\:tw-via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
}

.focus\:tw-via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
}

.focus\:tw-via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
}

.focus\:tw-via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
}

.focus\:tw-via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
}

.focus\:tw-via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
}

.focus\:tw-via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
}

.focus\:tw-via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
}

.focus\:tw-via-blue-910:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
}

.focus\:tw-via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
}

.focus\:tw-via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
}

.focus\:tw-via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
}

.focus\:tw-via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
}

.focus\:tw-via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
}

.focus\:tw-via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
}

.focus\:tw-via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
}

.focus\:tw-via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
}

.focus\:tw-via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
}

.focus\:tw-via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
}

.focus\:tw-via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
}

.focus\:tw-via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
}

.focus\:tw-via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
}

.focus\:tw-via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
}

.focus\:tw-via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
}

.focus\:tw-via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
}

.focus\:tw-via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
}

.focus\:tw-via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
}

.focus\:tw-via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
}

.focus\:tw-via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
}

.focus\:tw-via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
}

.focus\:tw-via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
}

.focus\:tw-via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
}

.focus\:tw-via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
}

.focus\:tw-via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
}

.focus\:tw-via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
}

.tw-to-transparent{
  --tw-gradient-to: transparent !important;
}

.tw-to-current{
  --tw-gradient-to: currentColor !important;
}

.tw-to-light_gray{
  --tw-gradient-to: #E5E2E2 !important;
}

.tw-to-black{
  --tw-gradient-to: #000 !important;
}

.tw-to-white{
  --tw-gradient-to: #fff !important;
}

.tw-to-gray-100{
  --tw-gradient-to: #f7fafc !important;
}

.tw-to-gray-200{
  --tw-gradient-to: #edf2f7 !important;
}

.tw-to-gray-210{
  --tw-gradient-to: #f0ecec !important;
}

.tw-to-gray-300{
  --tw-gradient-to: #e2e8f0 !important;
}

.tw-to-gray-400{
  --tw-gradient-to: #cbd5e0 !important;
}

.tw-to-gray-500{
  --tw-gradient-to: #a0aec0 !important;
}

.tw-to-gray-600{
  --tw-gradient-to: #718096 !important;
}

.tw-to-gray-700{
  --tw-gradient-to: #4a5568 !important;
}

.tw-to-gray-800{
  --tw-gradient-to: #2d3748 !important;
}

.tw-to-gray-900{
  --tw-gradient-to: #1a202c !important;
}

.tw-to-gray-910{
  --tw-gradient-to: #2c343b !important;
}

.tw-to-red-100{
  --tw-gradient-to: #fff5f5 !important;
}

.tw-to-red-200{
  --tw-gradient-to: #fed7d7 !important;
}

.tw-to-red-300{
  --tw-gradient-to: #feb2b2 !important;
}

.tw-to-red-400{
  --tw-gradient-to: #fc8181 !important;
}

.tw-to-red-500{
  --tw-gradient-to: #f56565 !important;
}

.tw-to-red-510{
  --tw-gradient-to: #f6695e !important;
}

.tw-to-red-600{
  --tw-gradient-to: #e53e3e !important;
}

.tw-to-red-700{
  --tw-gradient-to: #c53030 !important;
}

.tw-to-red-800{
  --tw-gradient-to: #9b2c2c !important;
}

.tw-to-red-900{
  --tw-gradient-to: #742a2a !important;
}

.tw-to-red-910{
  --tw-gradient-to: #f44336 !important;
}

.tw-to-red-911{
  --tw-gradient-to: #ff5656 !important;
}

.tw-to-orange-100{
  --tw-gradient-to: #fffaf0 !important;
}

.tw-to-orange-200{
  --tw-gradient-to: #feebc8 !important;
}

.tw-to-orange-300{
  --tw-gradient-to: #fbd38d !important;
}

.tw-to-orange-400{
  --tw-gradient-to: #f6ad55 !important;
}

.tw-to-orange-500{
  --tw-gradient-to: #ed8936 !important;
}

.tw-to-orange-600{
  --tw-gradient-to: #dd6b20 !important;
}

.tw-to-orange-700{
  --tw-gradient-to: #c05621 !important;
}

.tw-to-orange-800{
  --tw-gradient-to: #9c4221 !important;
}

.tw-to-orange-900{
  --tw-gradient-to: #7b341e !important;
}

.tw-to-yellow-100{
  --tw-gradient-to: #fffff0 !important;
}

.tw-to-yellow-200{
  --tw-gradient-to: #fefcbf !important;
}

.tw-to-yellow-300{
  --tw-gradient-to: #faf089 !important;
}

.tw-to-yellow-400{
  --tw-gradient-to: #f6e05e !important;
}

.tw-to-yellow-500{
  --tw-gradient-to: #ecc94b !important;
}

.tw-to-yellow-600{
  --tw-gradient-to: #d69e2e !important;
}

.tw-to-yellow-700{
  --tw-gradient-to: #b7791f !important;
}

.tw-to-yellow-800{
  --tw-gradient-to: #975a16 !important;
}

.tw-to-yellow-900{
  --tw-gradient-to: #744210 !important;
}

.tw-to-green-100{
  --tw-gradient-to: #f0fff4 !important;
}

.tw-to-green-200{
  --tw-gradient-to: #c6f6d5 !important;
}

.tw-to-green-300{
  --tw-gradient-to: #9ae6b4 !important;
}

.tw-to-green-400{
  --tw-gradient-to: #68d391 !important;
}

.tw-to-green-500{
  --tw-gradient-to: #48bb78 !important;
}

.tw-to-green-600{
  --tw-gradient-to: #38a169 !important;
}

.tw-to-green-700{
  --tw-gradient-to: #2f855a !important;
}

.tw-to-green-800{
  --tw-gradient-to: #276749 !important;
}

.tw-to-green-900{
  --tw-gradient-to: #22543d !important;
}

.tw-to-teal-100{
  --tw-gradient-to: #e6fffa !important;
}

.tw-to-teal-200{
  --tw-gradient-to: #b2f5ea !important;
}

.tw-to-teal-300{
  --tw-gradient-to: #81e6d9 !important;
}

.tw-to-teal-400{
  --tw-gradient-to: #4fd1c5 !important;
}

.tw-to-teal-500{
  --tw-gradient-to: #38b2ac !important;
}

.tw-to-teal-600{
  --tw-gradient-to: #319795 !important;
}

.tw-to-teal-700{
  --tw-gradient-to: #2c7a7b !important;
}

.tw-to-teal-800{
  --tw-gradient-to: #285e61 !important;
}

.tw-to-teal-900{
  --tw-gradient-to: #234e52 !important;
}

.tw-to-blue-100{
  --tw-gradient-to: #ebf8ff !important;
}

.tw-to-blue-200{
  --tw-gradient-to: #bee3f8 !important;
}

.tw-to-blue-300{
  --tw-gradient-to: #90cdf4 !important;
}

.tw-to-blue-400{
  --tw-gradient-to: #63b3ed !important;
}

.tw-to-blue-500{
  --tw-gradient-to: #4299e1 !important;
}

.tw-to-blue-600{
  --tw-gradient-to: #3182ce !important;
}

.tw-to-blue-700{
  --tw-gradient-to: #2b6cb0 !important;
}

.tw-to-blue-800{
  --tw-gradient-to: #2c5282 !important;
}

.tw-to-blue-900{
  --tw-gradient-to: #2a4365 !important;
}

.tw-to-blue-910{
  --tw-gradient-to: rgb(0,173,239) !important;
}

.tw-to-indigo-100{
  --tw-gradient-to: #ebf4ff !important;
}

.tw-to-indigo-200{
  --tw-gradient-to: #c3dafe !important;
}

.tw-to-indigo-300{
  --tw-gradient-to: #a3bffa !important;
}

.tw-to-indigo-400{
  --tw-gradient-to: #7f9cf5 !important;
}

.tw-to-indigo-500{
  --tw-gradient-to: #667eea !important;
}

.tw-to-indigo-600{
  --tw-gradient-to: #5a67d8 !important;
}

.tw-to-indigo-700{
  --tw-gradient-to: #4c51bf !important;
}

.tw-to-indigo-800{
  --tw-gradient-to: #434190 !important;
}

.tw-to-indigo-900{
  --tw-gradient-to: #3c366b !important;
}

.tw-to-purple-100{
  --tw-gradient-to: #faf5ff !important;
}

.tw-to-purple-200{
  --tw-gradient-to: #e9d8fd !important;
}

.tw-to-purple-300{
  --tw-gradient-to: #d6bcfa !important;
}

.tw-to-purple-400{
  --tw-gradient-to: #b794f4 !important;
}

.tw-to-purple-500{
  --tw-gradient-to: #9f7aea !important;
}

.tw-to-purple-600{
  --tw-gradient-to: #805ad5 !important;
}

.tw-to-purple-700{
  --tw-gradient-to: #6b46c1 !important;
}

.tw-to-purple-800{
  --tw-gradient-to: #553c9a !important;
}

.tw-to-purple-900{
  --tw-gradient-to: #44337a !important;
}

.tw-to-pink-100{
  --tw-gradient-to: #fff5f7 !important;
}

.tw-to-pink-200{
  --tw-gradient-to: #fed7e2 !important;
}

.tw-to-pink-300{
  --tw-gradient-to: #fbb6ce !important;
}

.tw-to-pink-400{
  --tw-gradient-to: #f687b3 !important;
}

.tw-to-pink-500{
  --tw-gradient-to: #ed64a6 !important;
}

.tw-to-pink-600{
  --tw-gradient-to: #d53f8c !important;
}

.tw-to-pink-700{
  --tw-gradient-to: #b83280 !important;
}

.tw-to-pink-800{
  --tw-gradient-to: #97266d !important;
}

.tw-to-pink-900{
  --tw-gradient-to: #702459 !important;
}

.hover\:tw-to-transparent:hover{
  --tw-gradient-to: transparent !important;
}

.hover\:tw-to-current:hover{
  --tw-gradient-to: currentColor !important;
}

.hover\:tw-to-light_gray:hover{
  --tw-gradient-to: #E5E2E2 !important;
}

.hover\:tw-to-black:hover{
  --tw-gradient-to: #000 !important;
}

.hover\:tw-to-white:hover{
  --tw-gradient-to: #fff !important;
}

.hover\:tw-to-gray-100:hover{
  --tw-gradient-to: #f7fafc !important;
}

.hover\:tw-to-gray-200:hover{
  --tw-gradient-to: #edf2f7 !important;
}

.hover\:tw-to-gray-210:hover{
  --tw-gradient-to: #f0ecec !important;
}

.hover\:tw-to-gray-300:hover{
  --tw-gradient-to: #e2e8f0 !important;
}

.hover\:tw-to-gray-400:hover{
  --tw-gradient-to: #cbd5e0 !important;
}

.hover\:tw-to-gray-500:hover{
  --tw-gradient-to: #a0aec0 !important;
}

.hover\:tw-to-gray-600:hover{
  --tw-gradient-to: #718096 !important;
}

.hover\:tw-to-gray-700:hover{
  --tw-gradient-to: #4a5568 !important;
}

.hover\:tw-to-gray-800:hover{
  --tw-gradient-to: #2d3748 !important;
}

.hover\:tw-to-gray-900:hover{
  --tw-gradient-to: #1a202c !important;
}

.hover\:tw-to-gray-910:hover{
  --tw-gradient-to: #2c343b !important;
}

.hover\:tw-to-red-100:hover{
  --tw-gradient-to: #fff5f5 !important;
}

.hover\:tw-to-red-200:hover{
  --tw-gradient-to: #fed7d7 !important;
}

.hover\:tw-to-red-300:hover{
  --tw-gradient-to: #feb2b2 !important;
}

.hover\:tw-to-red-400:hover{
  --tw-gradient-to: #fc8181 !important;
}

.hover\:tw-to-red-500:hover{
  --tw-gradient-to: #f56565 !important;
}

.hover\:tw-to-red-510:hover{
  --tw-gradient-to: #f6695e !important;
}

.hover\:tw-to-red-600:hover{
  --tw-gradient-to: #e53e3e !important;
}

.hover\:tw-to-red-700:hover{
  --tw-gradient-to: #c53030 !important;
}

.hover\:tw-to-red-800:hover{
  --tw-gradient-to: #9b2c2c !important;
}

.hover\:tw-to-red-900:hover{
  --tw-gradient-to: #742a2a !important;
}

.hover\:tw-to-red-910:hover{
  --tw-gradient-to: #f44336 !important;
}

.hover\:tw-to-red-911:hover{
  --tw-gradient-to: #ff5656 !important;
}

.hover\:tw-to-orange-100:hover{
  --tw-gradient-to: #fffaf0 !important;
}

.hover\:tw-to-orange-200:hover{
  --tw-gradient-to: #feebc8 !important;
}

.hover\:tw-to-orange-300:hover{
  --tw-gradient-to: #fbd38d !important;
}

.hover\:tw-to-orange-400:hover{
  --tw-gradient-to: #f6ad55 !important;
}

.hover\:tw-to-orange-500:hover{
  --tw-gradient-to: #ed8936 !important;
}

.hover\:tw-to-orange-600:hover{
  --tw-gradient-to: #dd6b20 !important;
}

.hover\:tw-to-orange-700:hover{
  --tw-gradient-to: #c05621 !important;
}

.hover\:tw-to-orange-800:hover{
  --tw-gradient-to: #9c4221 !important;
}

.hover\:tw-to-orange-900:hover{
  --tw-gradient-to: #7b341e !important;
}

.hover\:tw-to-yellow-100:hover{
  --tw-gradient-to: #fffff0 !important;
}

.hover\:tw-to-yellow-200:hover{
  --tw-gradient-to: #fefcbf !important;
}

.hover\:tw-to-yellow-300:hover{
  --tw-gradient-to: #faf089 !important;
}

.hover\:tw-to-yellow-400:hover{
  --tw-gradient-to: #f6e05e !important;
}

.hover\:tw-to-yellow-500:hover{
  --tw-gradient-to: #ecc94b !important;
}

.hover\:tw-to-yellow-600:hover{
  --tw-gradient-to: #d69e2e !important;
}

.hover\:tw-to-yellow-700:hover{
  --tw-gradient-to: #b7791f !important;
}

.hover\:tw-to-yellow-800:hover{
  --tw-gradient-to: #975a16 !important;
}

.hover\:tw-to-yellow-900:hover{
  --tw-gradient-to: #744210 !important;
}

.hover\:tw-to-green-100:hover{
  --tw-gradient-to: #f0fff4 !important;
}

.hover\:tw-to-green-200:hover{
  --tw-gradient-to: #c6f6d5 !important;
}

.hover\:tw-to-green-300:hover{
  --tw-gradient-to: #9ae6b4 !important;
}

.hover\:tw-to-green-400:hover{
  --tw-gradient-to: #68d391 !important;
}

.hover\:tw-to-green-500:hover{
  --tw-gradient-to: #48bb78 !important;
}

.hover\:tw-to-green-600:hover{
  --tw-gradient-to: #38a169 !important;
}

.hover\:tw-to-green-700:hover{
  --tw-gradient-to: #2f855a !important;
}

.hover\:tw-to-green-800:hover{
  --tw-gradient-to: #276749 !important;
}

.hover\:tw-to-green-900:hover{
  --tw-gradient-to: #22543d !important;
}

.hover\:tw-to-teal-100:hover{
  --tw-gradient-to: #e6fffa !important;
}

.hover\:tw-to-teal-200:hover{
  --tw-gradient-to: #b2f5ea !important;
}

.hover\:tw-to-teal-300:hover{
  --tw-gradient-to: #81e6d9 !important;
}

.hover\:tw-to-teal-400:hover{
  --tw-gradient-to: #4fd1c5 !important;
}

.hover\:tw-to-teal-500:hover{
  --tw-gradient-to: #38b2ac !important;
}

.hover\:tw-to-teal-600:hover{
  --tw-gradient-to: #319795 !important;
}

.hover\:tw-to-teal-700:hover{
  --tw-gradient-to: #2c7a7b !important;
}

.hover\:tw-to-teal-800:hover{
  --tw-gradient-to: #285e61 !important;
}

.hover\:tw-to-teal-900:hover{
  --tw-gradient-to: #234e52 !important;
}

.hover\:tw-to-blue-100:hover{
  --tw-gradient-to: #ebf8ff !important;
}

.hover\:tw-to-blue-200:hover{
  --tw-gradient-to: #bee3f8 !important;
}

.hover\:tw-to-blue-300:hover{
  --tw-gradient-to: #90cdf4 !important;
}

.hover\:tw-to-blue-400:hover{
  --tw-gradient-to: #63b3ed !important;
}

.hover\:tw-to-blue-500:hover{
  --tw-gradient-to: #4299e1 !important;
}

.hover\:tw-to-blue-600:hover{
  --tw-gradient-to: #3182ce !important;
}

.hover\:tw-to-blue-700:hover{
  --tw-gradient-to: #2b6cb0 !important;
}

.hover\:tw-to-blue-800:hover{
  --tw-gradient-to: #2c5282 !important;
}

.hover\:tw-to-blue-900:hover{
  --tw-gradient-to: #2a4365 !important;
}

.hover\:tw-to-blue-910:hover{
  --tw-gradient-to: rgb(0,173,239) !important;
}

.hover\:tw-to-indigo-100:hover{
  --tw-gradient-to: #ebf4ff !important;
}

.hover\:tw-to-indigo-200:hover{
  --tw-gradient-to: #c3dafe !important;
}

.hover\:tw-to-indigo-300:hover{
  --tw-gradient-to: #a3bffa !important;
}

.hover\:tw-to-indigo-400:hover{
  --tw-gradient-to: #7f9cf5 !important;
}

.hover\:tw-to-indigo-500:hover{
  --tw-gradient-to: #667eea !important;
}

.hover\:tw-to-indigo-600:hover{
  --tw-gradient-to: #5a67d8 !important;
}

.hover\:tw-to-indigo-700:hover{
  --tw-gradient-to: #4c51bf !important;
}

.hover\:tw-to-indigo-800:hover{
  --tw-gradient-to: #434190 !important;
}

.hover\:tw-to-indigo-900:hover{
  --tw-gradient-to: #3c366b !important;
}

.hover\:tw-to-purple-100:hover{
  --tw-gradient-to: #faf5ff !important;
}

.hover\:tw-to-purple-200:hover{
  --tw-gradient-to: #e9d8fd !important;
}

.hover\:tw-to-purple-300:hover{
  --tw-gradient-to: #d6bcfa !important;
}

.hover\:tw-to-purple-400:hover{
  --tw-gradient-to: #b794f4 !important;
}

.hover\:tw-to-purple-500:hover{
  --tw-gradient-to: #9f7aea !important;
}

.hover\:tw-to-purple-600:hover{
  --tw-gradient-to: #805ad5 !important;
}

.hover\:tw-to-purple-700:hover{
  --tw-gradient-to: #6b46c1 !important;
}

.hover\:tw-to-purple-800:hover{
  --tw-gradient-to: #553c9a !important;
}

.hover\:tw-to-purple-900:hover{
  --tw-gradient-to: #44337a !important;
}

.hover\:tw-to-pink-100:hover{
  --tw-gradient-to: #fff5f7 !important;
}

.hover\:tw-to-pink-200:hover{
  --tw-gradient-to: #fed7e2 !important;
}

.hover\:tw-to-pink-300:hover{
  --tw-gradient-to: #fbb6ce !important;
}

.hover\:tw-to-pink-400:hover{
  --tw-gradient-to: #f687b3 !important;
}

.hover\:tw-to-pink-500:hover{
  --tw-gradient-to: #ed64a6 !important;
}

.hover\:tw-to-pink-600:hover{
  --tw-gradient-to: #d53f8c !important;
}

.hover\:tw-to-pink-700:hover{
  --tw-gradient-to: #b83280 !important;
}

.hover\:tw-to-pink-800:hover{
  --tw-gradient-to: #97266d !important;
}

.hover\:tw-to-pink-900:hover{
  --tw-gradient-to: #702459 !important;
}

.focus\:tw-to-transparent:focus{
  --tw-gradient-to: transparent !important;
}

.focus\:tw-to-current:focus{
  --tw-gradient-to: currentColor !important;
}

.focus\:tw-to-light_gray:focus{
  --tw-gradient-to: #E5E2E2 !important;
}

.focus\:tw-to-black:focus{
  --tw-gradient-to: #000 !important;
}

.focus\:tw-to-white:focus{
  --tw-gradient-to: #fff !important;
}

.focus\:tw-to-gray-100:focus{
  --tw-gradient-to: #f7fafc !important;
}

.focus\:tw-to-gray-200:focus{
  --tw-gradient-to: #edf2f7 !important;
}

.focus\:tw-to-gray-210:focus{
  --tw-gradient-to: #f0ecec !important;
}

.focus\:tw-to-gray-300:focus{
  --tw-gradient-to: #e2e8f0 !important;
}

.focus\:tw-to-gray-400:focus{
  --tw-gradient-to: #cbd5e0 !important;
}

.focus\:tw-to-gray-500:focus{
  --tw-gradient-to: #a0aec0 !important;
}

.focus\:tw-to-gray-600:focus{
  --tw-gradient-to: #718096 !important;
}

.focus\:tw-to-gray-700:focus{
  --tw-gradient-to: #4a5568 !important;
}

.focus\:tw-to-gray-800:focus{
  --tw-gradient-to: #2d3748 !important;
}

.focus\:tw-to-gray-900:focus{
  --tw-gradient-to: #1a202c !important;
}

.focus\:tw-to-gray-910:focus{
  --tw-gradient-to: #2c343b !important;
}

.focus\:tw-to-red-100:focus{
  --tw-gradient-to: #fff5f5 !important;
}

.focus\:tw-to-red-200:focus{
  --tw-gradient-to: #fed7d7 !important;
}

.focus\:tw-to-red-300:focus{
  --tw-gradient-to: #feb2b2 !important;
}

.focus\:tw-to-red-400:focus{
  --tw-gradient-to: #fc8181 !important;
}

.focus\:tw-to-red-500:focus{
  --tw-gradient-to: #f56565 !important;
}

.focus\:tw-to-red-510:focus{
  --tw-gradient-to: #f6695e !important;
}

.focus\:tw-to-red-600:focus{
  --tw-gradient-to: #e53e3e !important;
}

.focus\:tw-to-red-700:focus{
  --tw-gradient-to: #c53030 !important;
}

.focus\:tw-to-red-800:focus{
  --tw-gradient-to: #9b2c2c !important;
}

.focus\:tw-to-red-900:focus{
  --tw-gradient-to: #742a2a !important;
}

.focus\:tw-to-red-910:focus{
  --tw-gradient-to: #f44336 !important;
}

.focus\:tw-to-red-911:focus{
  --tw-gradient-to: #ff5656 !important;
}

.focus\:tw-to-orange-100:focus{
  --tw-gradient-to: #fffaf0 !important;
}

.focus\:tw-to-orange-200:focus{
  --tw-gradient-to: #feebc8 !important;
}

.focus\:tw-to-orange-300:focus{
  --tw-gradient-to: #fbd38d !important;
}

.focus\:tw-to-orange-400:focus{
  --tw-gradient-to: #f6ad55 !important;
}

.focus\:tw-to-orange-500:focus{
  --tw-gradient-to: #ed8936 !important;
}

.focus\:tw-to-orange-600:focus{
  --tw-gradient-to: #dd6b20 !important;
}

.focus\:tw-to-orange-700:focus{
  --tw-gradient-to: #c05621 !important;
}

.focus\:tw-to-orange-800:focus{
  --tw-gradient-to: #9c4221 !important;
}

.focus\:tw-to-orange-900:focus{
  --tw-gradient-to: #7b341e !important;
}

.focus\:tw-to-yellow-100:focus{
  --tw-gradient-to: #fffff0 !important;
}

.focus\:tw-to-yellow-200:focus{
  --tw-gradient-to: #fefcbf !important;
}

.focus\:tw-to-yellow-300:focus{
  --tw-gradient-to: #faf089 !important;
}

.focus\:tw-to-yellow-400:focus{
  --tw-gradient-to: #f6e05e !important;
}

.focus\:tw-to-yellow-500:focus{
  --tw-gradient-to: #ecc94b !important;
}

.focus\:tw-to-yellow-600:focus{
  --tw-gradient-to: #d69e2e !important;
}

.focus\:tw-to-yellow-700:focus{
  --tw-gradient-to: #b7791f !important;
}

.focus\:tw-to-yellow-800:focus{
  --tw-gradient-to: #975a16 !important;
}

.focus\:tw-to-yellow-900:focus{
  --tw-gradient-to: #744210 !important;
}

.focus\:tw-to-green-100:focus{
  --tw-gradient-to: #f0fff4 !important;
}

.focus\:tw-to-green-200:focus{
  --tw-gradient-to: #c6f6d5 !important;
}

.focus\:tw-to-green-300:focus{
  --tw-gradient-to: #9ae6b4 !important;
}

.focus\:tw-to-green-400:focus{
  --tw-gradient-to: #68d391 !important;
}

.focus\:tw-to-green-500:focus{
  --tw-gradient-to: #48bb78 !important;
}

.focus\:tw-to-green-600:focus{
  --tw-gradient-to: #38a169 !important;
}

.focus\:tw-to-green-700:focus{
  --tw-gradient-to: #2f855a !important;
}

.focus\:tw-to-green-800:focus{
  --tw-gradient-to: #276749 !important;
}

.focus\:tw-to-green-900:focus{
  --tw-gradient-to: #22543d !important;
}

.focus\:tw-to-teal-100:focus{
  --tw-gradient-to: #e6fffa !important;
}

.focus\:tw-to-teal-200:focus{
  --tw-gradient-to: #b2f5ea !important;
}

.focus\:tw-to-teal-300:focus{
  --tw-gradient-to: #81e6d9 !important;
}

.focus\:tw-to-teal-400:focus{
  --tw-gradient-to: #4fd1c5 !important;
}

.focus\:tw-to-teal-500:focus{
  --tw-gradient-to: #38b2ac !important;
}

.focus\:tw-to-teal-600:focus{
  --tw-gradient-to: #319795 !important;
}

.focus\:tw-to-teal-700:focus{
  --tw-gradient-to: #2c7a7b !important;
}

.focus\:tw-to-teal-800:focus{
  --tw-gradient-to: #285e61 !important;
}

.focus\:tw-to-teal-900:focus{
  --tw-gradient-to: #234e52 !important;
}

.focus\:tw-to-blue-100:focus{
  --tw-gradient-to: #ebf8ff !important;
}

.focus\:tw-to-blue-200:focus{
  --tw-gradient-to: #bee3f8 !important;
}

.focus\:tw-to-blue-300:focus{
  --tw-gradient-to: #90cdf4 !important;
}

.focus\:tw-to-blue-400:focus{
  --tw-gradient-to: #63b3ed !important;
}

.focus\:tw-to-blue-500:focus{
  --tw-gradient-to: #4299e1 !important;
}

.focus\:tw-to-blue-600:focus{
  --tw-gradient-to: #3182ce !important;
}

.focus\:tw-to-blue-700:focus{
  --tw-gradient-to: #2b6cb0 !important;
}

.focus\:tw-to-blue-800:focus{
  --tw-gradient-to: #2c5282 !important;
}

.focus\:tw-to-blue-900:focus{
  --tw-gradient-to: #2a4365 !important;
}

.focus\:tw-to-blue-910:focus{
  --tw-gradient-to: rgb(0,173,239) !important;
}

.focus\:tw-to-indigo-100:focus{
  --tw-gradient-to: #ebf4ff !important;
}

.focus\:tw-to-indigo-200:focus{
  --tw-gradient-to: #c3dafe !important;
}

.focus\:tw-to-indigo-300:focus{
  --tw-gradient-to: #a3bffa !important;
}

.focus\:tw-to-indigo-400:focus{
  --tw-gradient-to: #7f9cf5 !important;
}

.focus\:tw-to-indigo-500:focus{
  --tw-gradient-to: #667eea !important;
}

.focus\:tw-to-indigo-600:focus{
  --tw-gradient-to: #5a67d8 !important;
}

.focus\:tw-to-indigo-700:focus{
  --tw-gradient-to: #4c51bf !important;
}

.focus\:tw-to-indigo-800:focus{
  --tw-gradient-to: #434190 !important;
}

.focus\:tw-to-indigo-900:focus{
  --tw-gradient-to: #3c366b !important;
}

.focus\:tw-to-purple-100:focus{
  --tw-gradient-to: #faf5ff !important;
}

.focus\:tw-to-purple-200:focus{
  --tw-gradient-to: #e9d8fd !important;
}

.focus\:tw-to-purple-300:focus{
  --tw-gradient-to: #d6bcfa !important;
}

.focus\:tw-to-purple-400:focus{
  --tw-gradient-to: #b794f4 !important;
}

.focus\:tw-to-purple-500:focus{
  --tw-gradient-to: #9f7aea !important;
}

.focus\:tw-to-purple-600:focus{
  --tw-gradient-to: #805ad5 !important;
}

.focus\:tw-to-purple-700:focus{
  --tw-gradient-to: #6b46c1 !important;
}

.focus\:tw-to-purple-800:focus{
  --tw-gradient-to: #553c9a !important;
}

.focus\:tw-to-purple-900:focus{
  --tw-gradient-to: #44337a !important;
}

.focus\:tw-to-pink-100:focus{
  --tw-gradient-to: #fff5f7 !important;
}

.focus\:tw-to-pink-200:focus{
  --tw-gradient-to: #fed7e2 !important;
}

.focus\:tw-to-pink-300:focus{
  --tw-gradient-to: #fbb6ce !important;
}

.focus\:tw-to-pink-400:focus{
  --tw-gradient-to: #f687b3 !important;
}

.focus\:tw-to-pink-500:focus{
  --tw-gradient-to: #ed64a6 !important;
}

.focus\:tw-to-pink-600:focus{
  --tw-gradient-to: #d53f8c !important;
}

.focus\:tw-to-pink-700:focus{
  --tw-gradient-to: #b83280 !important;
}

.focus\:tw-to-pink-800:focus{
  --tw-gradient-to: #97266d !important;
}

.focus\:tw-to-pink-900:focus{
  --tw-gradient-to: #702459 !important;
}

.tw-decoration-slice{
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.tw-decoration-clone{
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.tw-bg-auto{
  background-size: auto !important;
}

.tw-bg-cover{
  background-size: cover !important;
}

.tw-bg-contain{
  background-size: contain !important;
}

.tw-bg-fixed{
  background-attachment: fixed !important;
}

.tw-bg-local{
  background-attachment: local !important;
}

.tw-bg-scroll{
  background-attachment: scroll !important;
}

.tw-bg-clip-border{
  background-clip: border-box !important;
}

.tw-bg-clip-padding{
  background-clip: padding-box !important;
}

.tw-bg-clip-content{
  background-clip: content-box !important;
}

.tw-bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.tw-bg-bottom{
  background-position: bottom !important;
}

.tw-bg-center{
  background-position: center !important;
}

.tw-bg-left{
  background-position: left !important;
}

.tw-bg-left-bottom{
  background-position: left bottom !important;
}

.tw-bg-left-top{
  background-position: left top !important;
}

.tw-bg-right{
  background-position: right !important;
}

.tw-bg-right-bottom{
  background-position: right bottom !important;
}

.tw-bg-right-top{
  background-position: right top !important;
}

.tw-bg-top{
  background-position: top !important;
}

.tw-bg-repeat{
  background-repeat: repeat !important;
}

.tw-bg-no-repeat{
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x{
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y{
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round{
  background-repeat: round !important;
}

.tw-bg-repeat-space{
  background-repeat: space !important;
}

.tw-bg-origin-border{
  background-origin: border-box !important;
}

.tw-bg-origin-padding{
  background-origin: padding-box !important;
}

.tw-bg-origin-content{
  background-origin: content-box !important;
}

.tw-fill-current{
  fill: currentColor !important;
}

.tw-stroke-current{
  stroke: currentColor !important;
}

.tw-stroke-0{
  stroke-width: 0 !important;
}

.tw-stroke-1{
  stroke-width: 1 !important;
}

.tw-stroke-2{
  stroke-width: 2 !important;
}

.tw-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.tw-object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.tw-object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.tw-object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.tw-object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.tw-object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.tw-object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.tw-object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.tw-object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.tw-object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.tw-object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.tw-object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.tw-object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-p-0{
  padding: 0 !important;
}

.tw-p-1{
  padding: 0.25rem !important;
}

.tw-p-2{
  padding: 0.5rem !important;
}

.tw-p-3{
  padding: 0.75rem !important;
}

.tw-p-4{
  padding: 1rem !important;
}

.tw-p-5{
  padding: 1.25rem !important;
}

.tw-p-6{
  padding: 1.5rem !important;
}

.tw-p-8{
  padding: 2rem !important;
}

.tw-p-10{
  padding: 2.5rem !important;
}

.tw-p-12{
  padding: 3rem !important;
}

.tw-p-14{
  padding: 3.5rem !important;
}

.tw-p-16{
  padding: 4rem !important;
}

.tw-p-20{
  padding: 5rem !important;
}

.tw-p-24{
  padding: 6rem !important;
}

.tw-p-32{
  padding: 8rem !important;
}

.tw-p-40{
  padding: 10rem !important;
}

.tw-p-48{
  padding: 12rem !important;
}

.tw-p-56{
  padding: 14rem !important;
}

.tw-p-60{
  padding: 15rem !important;
}

.tw-p-64{
  padding: 16rem !important;
}

.tw-p-80{
  padding: 20rem !important;
}

.tw-p-px{
  padding: 1px !important;
}

.tw-p-nav{
  padding: 2.625rem !important;
}

.tw-px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tw-px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.tw-px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.tw-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.tw-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.tw-px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.tw-px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.tw-px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tw-px-nav{
  padding-left: 2.625rem !important;
  padding-right: 2.625rem !important;
}

.tw-py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tw-py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.tw-py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.tw-py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.tw-py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.tw-py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.tw-py-nav{
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}

.tw-pt-0{
  padding-top: 0 !important;
}

.tw-pt-1{
  padding-top: 0.25rem !important;
}

.tw-pt-2{
  padding-top: 0.5rem !important;
}

.tw-pt-3{
  padding-top: 0.75rem !important;
}

.tw-pt-4{
  padding-top: 1rem !important;
}

.tw-pt-5{
  padding-top: 1.25rem !important;
}

.tw-pt-6{
  padding-top: 1.5rem !important;
}

.tw-pt-8{
  padding-top: 2rem !important;
}

.tw-pt-10{
  padding-top: 2.5rem !important;
}

.tw-pt-12{
  padding-top: 3rem !important;
}

.tw-pt-14{
  padding-top: 3.5rem !important;
}

.tw-pt-16{
  padding-top: 4rem !important;
}

.tw-pt-20{
  padding-top: 5rem !important;
}

.tw-pt-24{
  padding-top: 6rem !important;
}

.tw-pt-32{
  padding-top: 8rem !important;
}

.tw-pt-40{
  padding-top: 10rem !important;
}

.tw-pt-48{
  padding-top: 12rem !important;
}

.tw-pt-56{
  padding-top: 14rem !important;
}

.tw-pt-60{
  padding-top: 15rem !important;
}

.tw-pt-64{
  padding-top: 16rem !important;
}

.tw-pt-80{
  padding-top: 20rem !important;
}

.tw-pt-px{
  padding-top: 1px !important;
}

.tw-pt-nav{
  padding-top: 2.625rem !important;
}

.tw-pr-0{
  padding-right: 0 !important;
}

.tw-pr-1{
  padding-right: 0.25rem !important;
}

.tw-pr-2{
  padding-right: 0.5rem !important;
}

.tw-pr-3{
  padding-right: 0.75rem !important;
}

.tw-pr-4{
  padding-right: 1rem !important;
}

.tw-pr-5{
  padding-right: 1.25rem !important;
}

.tw-pr-6{
  padding-right: 1.5rem !important;
}

.tw-pr-8{
  padding-right: 2rem !important;
}

.tw-pr-10{
  padding-right: 2.5rem !important;
}

.tw-pr-12{
  padding-right: 3rem !important;
}

.tw-pr-14{
  padding-right: 3.5rem !important;
}

.tw-pr-16{
  padding-right: 4rem !important;
}

.tw-pr-20{
  padding-right: 5rem !important;
}

.tw-pr-24{
  padding-right: 6rem !important;
}

.tw-pr-32{
  padding-right: 8rem !important;
}

.tw-pr-40{
  padding-right: 10rem !important;
}

.tw-pr-48{
  padding-right: 12rem !important;
}

.tw-pr-56{
  padding-right: 14rem !important;
}

.tw-pr-60{
  padding-right: 15rem !important;
}

.tw-pr-64{
  padding-right: 16rem !important;
}

.tw-pr-80{
  padding-right: 20rem !important;
}

.tw-pr-px{
  padding-right: 1px !important;
}

.tw-pr-nav{
  padding-right: 2.625rem !important;
}

.tw-pb-0{
  padding-bottom: 0 !important;
}

.tw-pb-1{
  padding-bottom: 0.25rem !important;
}

.tw-pb-2{
  padding-bottom: 0.5rem !important;
}

.tw-pb-3{
  padding-bottom: 0.75rem !important;
}

.tw-pb-4{
  padding-bottom: 1rem !important;
}

.tw-pb-5{
  padding-bottom: 1.25rem !important;
}

.tw-pb-6{
  padding-bottom: 1.5rem !important;
}

.tw-pb-8{
  padding-bottom: 2rem !important;
}

.tw-pb-10{
  padding-bottom: 2.5rem !important;
}

.tw-pb-12{
  padding-bottom: 3rem !important;
}

.tw-pb-14{
  padding-bottom: 3.5rem !important;
}

.tw-pb-16{
  padding-bottom: 4rem !important;
}

.tw-pb-20{
  padding-bottom: 5rem !important;
}

.tw-pb-24{
  padding-bottom: 6rem !important;
}

.tw-pb-32{
  padding-bottom: 8rem !important;
}

.tw-pb-40{
  padding-bottom: 10rem !important;
}

.tw-pb-48{
  padding-bottom: 12rem !important;
}

.tw-pb-56{
  padding-bottom: 14rem !important;
}

.tw-pb-60{
  padding-bottom: 15rem !important;
}

.tw-pb-64{
  padding-bottom: 16rem !important;
}

.tw-pb-80{
  padding-bottom: 20rem !important;
}

.tw-pb-px{
  padding-bottom: 1px !important;
}

.tw-pb-nav{
  padding-bottom: 2.625rem !important;
}

.tw-pl-0{
  padding-left: 0 !important;
}

.tw-pl-1{
  padding-left: 0.25rem !important;
}

.tw-pl-2{
  padding-left: 0.5rem !important;
}

.tw-pl-3{
  padding-left: 0.75rem !important;
}

.tw-pl-4{
  padding-left: 1rem !important;
}

.tw-pl-5{
  padding-left: 1.25rem !important;
}

.tw-pl-6{
  padding-left: 1.5rem !important;
}

.tw-pl-8{
  padding-left: 2rem !important;
}

.tw-pl-10{
  padding-left: 2.5rem !important;
}

.tw-pl-12{
  padding-left: 3rem !important;
}

.tw-pl-14{
  padding-left: 3.5rem !important;
}

.tw-pl-16{
  padding-left: 4rem !important;
}

.tw-pl-20{
  padding-left: 5rem !important;
}

.tw-pl-24{
  padding-left: 6rem !important;
}

.tw-pl-32{
  padding-left: 8rem !important;
}

.tw-pl-40{
  padding-left: 10rem !important;
}

.tw-pl-48{
  padding-left: 12rem !important;
}

.tw-pl-56{
  padding-left: 14rem !important;
}

.tw-pl-60{
  padding-left: 15rem !important;
}

.tw-pl-64{
  padding-left: 16rem !important;
}

.tw-pl-80{
  padding-left: 20rem !important;
}

.tw-pl-px{
  padding-left: 1px !important;
}

.tw-pl-nav{
  padding-left: 2.625rem !important;
}

.tw-text-left{
  text-align: left !important;
}

.tw-text-center{
  text-align: center !important;
}

.tw-text-right{
  text-align: right !important;
}

.tw-text-justify{
  text-align: justify !important;
}

.tw-align-baseline{
  vertical-align: baseline !important;
}

.tw-align-top{
  vertical-align: top !important;
}

.tw-align-middle{
  vertical-align: middle !important;
}

.tw-align-bottom{
  vertical-align: bottom !important;
}

.tw-align-text-top{
  vertical-align: text-top !important;
}

.tw-align-text-bottom{
  vertical-align: text-bottom !important;
}

.tw-font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tw-font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.tw-font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.tw-font-ubuntu{
  font-family: Ubuntu !important;
}

.tw-text-xs{
  font-size: 0.75rem !important;
}

.tw-text-sm{
  font-size: 0.875rem !important;
}

.tw-text-base{
  font-size: 1rem !important;
}

.tw-text-lg{
  font-size: 1.125rem !important;
}

.tw-text-xl{
  font-size: 1.25rem !important;
}

.tw-text-2xl{
  font-size: 1.5rem !important;
}

.tw-text-3xl{
  font-size: 1.875rem !important;
}

.tw-text-4xl{
  font-size: 2.25rem !important;
}

.tw-text-5xl{
  font-size: 3rem !important;
}

.tw-text-6xl{
  font-size: 4rem !important;
}

.tw-font-hairline{
  font-weight: 100 !important;
}

.tw-font-thin{
  font-weight: 200 !important;
}

.tw-font-light{
  font-weight: 300 !important;
}

.tw-font-normal{
  font-weight: 400 !important;
}

.tw-font-medium{
  font-weight: 500 !important;
}

.tw-font-semibold{
  font-weight: 600 !important;
}

.tw-font-bold{
  font-weight: 700 !important;
}

.tw-font-extrabold{
  font-weight: 800 !important;
}

.tw-font-black{
  font-weight: 900 !important;
}

.hover\:tw-font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:tw-font-thin:hover{
  font-weight: 200 !important;
}

.hover\:tw-font-light:hover{
  font-weight: 300 !important;
}

.hover\:tw-font-normal:hover{
  font-weight: 400 !important;
}

.hover\:tw-font-medium:hover{
  font-weight: 500 !important;
}

.hover\:tw-font-semibold:hover{
  font-weight: 600 !important;
}

.hover\:tw-font-bold:hover{
  font-weight: 700 !important;
}

.hover\:tw-font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:tw-font-black:hover{
  font-weight: 900 !important;
}

.focus\:tw-font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:tw-font-thin:focus{
  font-weight: 200 !important;
}

.focus\:tw-font-light:focus{
  font-weight: 300 !important;
}

.focus\:tw-font-normal:focus{
  font-weight: 400 !important;
}

.focus\:tw-font-medium:focus{
  font-weight: 500 !important;
}

.focus\:tw-font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:tw-font-bold:focus{
  font-weight: 700 !important;
}

.focus\:tw-font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:tw-font-black:focus{
  font-weight: 900 !important;
}

.tw-uppercase{
  text-transform: uppercase !important;
}

.tw-lowercase{
  text-transform: lowercase !important;
}

.tw-capitalize{
  text-transform: capitalize !important;
}

.tw-normal-case{
  text-transform: none !important;
}

.tw-italic{
  font-style: italic !important;
}

.tw-not-italic{
  font-style: normal !important;
}

.tw-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tw-normal-nums{
  font-variant-numeric: normal !important;
}

.tw-ordinal{
  --tw-ordinal: ordinal !important;
}

.tw-slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.tw-lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.tw-oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.tw-proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tw-tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.tw-diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.tw-stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.tw-leading-3{
  line-height: .75rem !important;
}

.tw-leading-4{
  line-height: 1rem !important;
}

.tw-leading-5{
  line-height: 1.25rem !important;
}

.tw-leading-6{
  line-height: 1.5rem !important;
}

.tw-leading-7{
  line-height: 1.75rem !important;
}

.tw-leading-8{
  line-height: 2rem !important;
}

.tw-leading-9{
  line-height: 2.25rem !important;
}

.tw-leading-10{
  line-height: 2.5rem !important;
}

.tw-leading-none{
  line-height: 1 !important;
}

.tw-leading-tight{
  line-height: 1.25 !important;
}

.tw-leading-snug{
  line-height: 1.375 !important;
}

.tw-leading-normal{
  line-height: 1.5 !important;
}

.tw-leading-relaxed{
  line-height: 1.625 !important;
}

.tw-leading-loose{
  line-height: 2 !important;
}

.tw-tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight{
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal{
  letter-spacing: 0 !important;
}

.tw-tracking-wide{
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider{
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest{
  letter-spacing: 0.1em !important;
}

.tw-text-transparent{
  color: transparent !important;
}

.tw-text-current{
  color: currentColor !important;
}

.tw-text-light_gray{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
}

.tw-text-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.tw-text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
}

.tw-text-gray-210{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
}

.tw-text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.tw-text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.tw-text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.tw-text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.tw-text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.tw-text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.tw-text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.tw-text-gray-910{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
}

.tw-text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.tw-text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.tw-text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.tw-text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.tw-text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.tw-text-red-510{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
}

.tw-text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.tw-text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.tw-text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.tw-text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.tw-text-red-910{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
}

.tw-text-red-911{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
}

.tw-text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.tw-text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.tw-text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.tw-text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.tw-text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.tw-text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.tw-text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.tw-text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.tw-text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.tw-text-green-100{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.tw-text-green-200{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.tw-text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.tw-text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.tw-text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.tw-text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.tw-text-green-700{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.tw-text-green-800{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.tw-text-green-900{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.tw-text-teal-100{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.tw-text-teal-200{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.tw-text-teal-300{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.tw-text-teal-400{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.tw-text-teal-500{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
}

.tw-text-teal-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.tw-text-teal-700{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.tw-text-teal-800{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.tw-text-teal-900{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.tw-text-blue-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.tw-text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.tw-text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.tw-text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.tw-text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
}

.tw-text-blue-600{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.tw-text-blue-700{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.tw-text-blue-800{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.tw-text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.tw-text-blue-910{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-100{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-200{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-300{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-400{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-500{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-600{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-700{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-800{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-900{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.tw-text-purple-100{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.tw-text-purple-200{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.tw-text-purple-300{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.tw-text-purple-400{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.tw-text-purple-500{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.tw-text-purple-600{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.tw-text-purple-700{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.tw-text-purple-800{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.tw-text-purple-900{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.tw-text-pink-100{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.tw-text-pink-200{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.tw-text-pink-300{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.tw-text-pink-400{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.tw-text-pink-500{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.tw-text-pink-600{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.tw-text-pink-700{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.tw-text-pink-800{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.tw-text-pink-900{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-transparent:hover{
  color: transparent !important;
}

.hover\:tw-text-current:hover{
  color: currentColor !important;
}

.hover\:tw-text-light_gray:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-210:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-910:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-510:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-910:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-911:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-910:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-600:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-transparent:focus{
  color: transparent !important;
}

.focus\:tw-text-current:focus{
  color: currentColor !important;
}

.focus\:tw-text-light_gray:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-black:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-210:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-910:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-510:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-910:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-911:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-910:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-600:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-800:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-900:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
}

.tw-text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.tw-text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.tw-text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.tw-text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.tw-text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.hover\:tw-text-opacity-0:hover{
  --tw-text-opacity: 0 !important;
}

.hover\:tw-text-opacity-25:hover{
  --tw-text-opacity: 0.25 !important;
}

.hover\:tw-text-opacity-50:hover{
  --tw-text-opacity: 0.5 !important;
}

.hover\:tw-text-opacity-75:hover{
  --tw-text-opacity: 0.75 !important;
}

.hover\:tw-text-opacity-100:hover{
  --tw-text-opacity: 1 !important;
}

.focus\:tw-text-opacity-0:focus{
  --tw-text-opacity: 0 !important;
}

.focus\:tw-text-opacity-25:focus{
  --tw-text-opacity: 0.25 !important;
}

.focus\:tw-text-opacity-50:focus{
  --tw-text-opacity: 0.5 !important;
}

.focus\:tw-text-opacity-75:focus{
  --tw-text-opacity: 0.75 !important;
}

.focus\:tw-text-opacity-100:focus{
  --tw-text-opacity: 1 !important;
}

.tw-underline{
  text-decoration: underline !important;
}

.tw-line-through{
  text-decoration: line-through !important;
}

.tw-no-underline{
  text-decoration: none !important;
}

.hover\:tw-underline:hover{
  text-decoration: underline !important;
}

.hover\:tw-line-through:hover{
  text-decoration: line-through !important;
}

.hover\:tw-no-underline:hover{
  text-decoration: none !important;
}

.focus\:tw-underline:focus{
  text-decoration: underline !important;
}

.focus\:tw-line-through:focus{
  text-decoration: line-through !important;
}

.focus\:tw-no-underline:focus{
  text-decoration: none !important;
}

.tw-antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tw-placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder{
  color: transparent !important;
}

.tw-placeholder-current::-moz-placeholder{
  color: currentColor !important;
}

.tw-placeholder-current::placeholder{
  color: currentColor !important;
}

.tw-placeholder-light_gray::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-light_gray::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-black::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-210::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-210::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-910::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-910::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-510::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-510::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-910::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-910::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-911::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-911::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-910::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-910::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:tw-placeholder-current:focus::-moz-placeholder{
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::placeholder{
  color: currentColor !important;
}

.focus\:tw-placeholder-light_gray:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-light_gray:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-210:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-210:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-910:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-910:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-510:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-510:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-910:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-910:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-911:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-911:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-910:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-910:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.tw-opacity-0{
  opacity: 0 !important;
}

.tw-opacity-25{
  opacity: 0.25 !important;
}

.tw-opacity-50{
  opacity: 0.5 !important;
}

.tw-opacity-75{
  opacity: 0.75 !important;
}

.tw-opacity-100{
  opacity: 1 !important;
}

.hover\:tw-opacity-0:hover{
  opacity: 0 !important;
}

.hover\:tw-opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:tw-opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:tw-opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:tw-opacity-100:hover{
  opacity: 1 !important;
}

.focus\:tw-opacity-0:focus{
  opacity: 0 !important;
}

.focus\:tw-opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:tw-opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:tw-opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:tw-opacity-100:focus{
  opacity: 1 !important;
}

.tw-bg-blend-normal{
  background-blend-mode: normal !important;
}

.tw-bg-blend-multiply{
  background-blend-mode: multiply !important;
}

.tw-bg-blend-screen{
  background-blend-mode: screen !important;
}

.tw-bg-blend-overlay{
  background-blend-mode: overlay !important;
}

.tw-bg-blend-darken{
  background-blend-mode: darken !important;
}

.tw-bg-blend-lighten{
  background-blend-mode: lighten !important;
}

.tw-bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}

.tw-bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}

.tw-bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}

.tw-bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}

.tw-bg-blend-difference{
  background-blend-mode: difference !important;
}

.tw-bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}

.tw-bg-blend-hue{
  background-blend-mode: hue !important;
}

.tw-bg-blend-saturation{
  background-blend-mode: saturation !important;
}

.tw-bg-blend-color{
  background-blend-mode: color !important;
}

.tw-bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}

.tw-mix-blend-normal{
  mix-blend-mode: normal !important;
}

.tw-mix-blend-multiply{
  mix-blend-mode: multiply !important;
}

.tw-mix-blend-screen{
  mix-blend-mode: screen !important;
}

.tw-mix-blend-overlay{
  mix-blend-mode: overlay !important;
}

.tw-mix-blend-darken{
  mix-blend-mode: darken !important;
}

.tw-mix-blend-lighten{
  mix-blend-mode: lighten !important;
}

.tw-mix-blend-color-dodge{
  mix-blend-mode: color-dodge !important;
}

.tw-mix-blend-color-burn{
  mix-blend-mode: color-burn !important;
}

.tw-mix-blend-hard-light{
  mix-blend-mode: hard-light !important;
}

.tw-mix-blend-soft-light{
  mix-blend-mode: soft-light !important;
}

.tw-mix-blend-difference{
  mix-blend-mode: difference !important;
}

.tw-mix-blend-exclusion{
  mix-blend-mode: exclusion !important;
}

.tw-mix-blend-hue{
  mix-blend-mode: hue !important;
}

.tw-mix-blend-saturation{
  mix-blend-mode: saturation !important;
}

.tw-mix-blend-color{
  mix-blend-mode: color !important;
}

.tw-mix-blend-luminosity{
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.tw-shadow-xs{
  --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-default{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-outline{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-xs:hover{
  --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-default:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-outline:hover{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-xs:focus{
  --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-default:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-outline:focus{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tw-outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.tw-outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(66, 153, 225, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw-ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:tw-ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:tw-ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.tw-ring-transparent{
  --tw-ring-color: transparent !important;
}

.tw-ring-current{
  --tw-ring-color: currentColor !important;
}

.tw-ring-light_gray{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
}

.tw-ring-black{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.tw-ring-white{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-210{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-910{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-510{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-910{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-911{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-910{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-600{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-800{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-900{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-transparent:focus-within{
  --tw-ring-color: transparent !important;
}

.focus-within\:tw-ring-current:focus-within{
  --tw-ring-color: currentColor !important;
}

.focus-within\:tw-ring-light_gray:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-black:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-white:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-210:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-910:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-510:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-910:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-911:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-910:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-600:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-800:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-900:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-transparent:focus{
  --tw-ring-color: transparent !important;
}

.focus\:tw-ring-current:focus{
  --tw-ring-color: currentColor !important;
}

.focus\:tw-ring-light_gray:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-black:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-210:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-910:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-510:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-910:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-911:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-910:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-800:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-900:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
}

.tw-ring-opacity-0{
  --tw-ring-opacity: 0 !important;
}

.tw-ring-opacity-25{
  --tw-ring-opacity: 0.25 !important;
}

.tw-ring-opacity-50{
  --tw-ring-opacity: 0.5 !important;
}

.tw-ring-opacity-75{
  --tw-ring-opacity: 0.75 !important;
}

.tw-ring-opacity-100{
  --tw-ring-opacity: 1 !important;
}

.focus-within\:tw-ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within\:tw-ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:tw-ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:tw-ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:tw-ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

.focus\:tw-ring-opacity-0:focus{
  --tw-ring-opacity: 0 !important;
}

.focus\:tw-ring-opacity-25:focus{
  --tw-ring-opacity: 0.25 !important;
}

.focus\:tw-ring-opacity-50:focus{
  --tw-ring-opacity: 0.5 !important;
}

.focus\:tw-ring-opacity-75:focus{
  --tw-ring-opacity: 0.75 !important;
}

.focus\:tw-ring-opacity-100:focus{
  --tw-ring-opacity: 1 !important;
}

.tw-ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.tw-ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.tw-ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.tw-ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.tw-ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:tw-ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:tw-ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:tw-ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:tw-ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:tw-ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:tw-ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:tw-ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:tw-ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:tw-ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:tw-ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

.tw-ring-offset-transparent{
  --tw-ring-offset-color: transparent !important;
}

.tw-ring-offset-current{
  --tw-ring-offset-color: currentColor !important;
}

.tw-ring-offset-light_gray{
  --tw-ring-offset-color: #E5E2E2 !important;
}

.tw-ring-offset-black{
  --tw-ring-offset-color: #000 !important;
}

.tw-ring-offset-white{
  --tw-ring-offset-color: #fff !important;
}

.tw-ring-offset-gray-100{
  --tw-ring-offset-color: #f7fafc !important;
}

.tw-ring-offset-gray-200{
  --tw-ring-offset-color: #edf2f7 !important;
}

.tw-ring-offset-gray-210{
  --tw-ring-offset-color: #f0ecec !important;
}

.tw-ring-offset-gray-300{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.tw-ring-offset-gray-400{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.tw-ring-offset-gray-500{
  --tw-ring-offset-color: #a0aec0 !important;
}

.tw-ring-offset-gray-600{
  --tw-ring-offset-color: #718096 !important;
}

.tw-ring-offset-gray-700{
  --tw-ring-offset-color: #4a5568 !important;
}

.tw-ring-offset-gray-800{
  --tw-ring-offset-color: #2d3748 !important;
}

.tw-ring-offset-gray-900{
  --tw-ring-offset-color: #1a202c !important;
}

.tw-ring-offset-gray-910{
  --tw-ring-offset-color: #2c343b !important;
}

.tw-ring-offset-red-100{
  --tw-ring-offset-color: #fff5f5 !important;
}

.tw-ring-offset-red-200{
  --tw-ring-offset-color: #fed7d7 !important;
}

.tw-ring-offset-red-300{
  --tw-ring-offset-color: #feb2b2 !important;
}

.tw-ring-offset-red-400{
  --tw-ring-offset-color: #fc8181 !important;
}

.tw-ring-offset-red-500{
  --tw-ring-offset-color: #f56565 !important;
}

.tw-ring-offset-red-510{
  --tw-ring-offset-color: #f6695e !important;
}

.tw-ring-offset-red-600{
  --tw-ring-offset-color: #e53e3e !important;
}

.tw-ring-offset-red-700{
  --tw-ring-offset-color: #c53030 !important;
}

.tw-ring-offset-red-800{
  --tw-ring-offset-color: #9b2c2c !important;
}

.tw-ring-offset-red-900{
  --tw-ring-offset-color: #742a2a !important;
}

.tw-ring-offset-red-910{
  --tw-ring-offset-color: #f44336 !important;
}

.tw-ring-offset-red-911{
  --tw-ring-offset-color: #ff5656 !important;
}

.tw-ring-offset-orange-100{
  --tw-ring-offset-color: #fffaf0 !important;
}

.tw-ring-offset-orange-200{
  --tw-ring-offset-color: #feebc8 !important;
}

.tw-ring-offset-orange-300{
  --tw-ring-offset-color: #fbd38d !important;
}

.tw-ring-offset-orange-400{
  --tw-ring-offset-color: #f6ad55 !important;
}

.tw-ring-offset-orange-500{
  --tw-ring-offset-color: #ed8936 !important;
}

.tw-ring-offset-orange-600{
  --tw-ring-offset-color: #dd6b20 !important;
}

.tw-ring-offset-orange-700{
  --tw-ring-offset-color: #c05621 !important;
}

.tw-ring-offset-orange-800{
  --tw-ring-offset-color: #9c4221 !important;
}

.tw-ring-offset-orange-900{
  --tw-ring-offset-color: #7b341e !important;
}

.tw-ring-offset-yellow-100{
  --tw-ring-offset-color: #fffff0 !important;
}

.tw-ring-offset-yellow-200{
  --tw-ring-offset-color: #fefcbf !important;
}

.tw-ring-offset-yellow-300{
  --tw-ring-offset-color: #faf089 !important;
}

.tw-ring-offset-yellow-400{
  --tw-ring-offset-color: #f6e05e !important;
}

.tw-ring-offset-yellow-500{
  --tw-ring-offset-color: #ecc94b !important;
}

.tw-ring-offset-yellow-600{
  --tw-ring-offset-color: #d69e2e !important;
}

.tw-ring-offset-yellow-700{
  --tw-ring-offset-color: #b7791f !important;
}

.tw-ring-offset-yellow-800{
  --tw-ring-offset-color: #975a16 !important;
}

.tw-ring-offset-yellow-900{
  --tw-ring-offset-color: #744210 !important;
}

.tw-ring-offset-green-100{
  --tw-ring-offset-color: #f0fff4 !important;
}

.tw-ring-offset-green-200{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.tw-ring-offset-green-300{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.tw-ring-offset-green-400{
  --tw-ring-offset-color: #68d391 !important;
}

.tw-ring-offset-green-500{
  --tw-ring-offset-color: #48bb78 !important;
}

.tw-ring-offset-green-600{
  --tw-ring-offset-color: #38a169 !important;
}

.tw-ring-offset-green-700{
  --tw-ring-offset-color: #2f855a !important;
}

.tw-ring-offset-green-800{
  --tw-ring-offset-color: #276749 !important;
}

.tw-ring-offset-green-900{
  --tw-ring-offset-color: #22543d !important;
}

.tw-ring-offset-teal-100{
  --tw-ring-offset-color: #e6fffa !important;
}

.tw-ring-offset-teal-200{
  --tw-ring-offset-color: #b2f5ea !important;
}

.tw-ring-offset-teal-300{
  --tw-ring-offset-color: #81e6d9 !important;
}

.tw-ring-offset-teal-400{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.tw-ring-offset-teal-500{
  --tw-ring-offset-color: #38b2ac !important;
}

.tw-ring-offset-teal-600{
  --tw-ring-offset-color: #319795 !important;
}

.tw-ring-offset-teal-700{
  --tw-ring-offset-color: #2c7a7b !important;
}

.tw-ring-offset-teal-800{
  --tw-ring-offset-color: #285e61 !important;
}

.tw-ring-offset-teal-900{
  --tw-ring-offset-color: #234e52 !important;
}

.tw-ring-offset-blue-100{
  --tw-ring-offset-color: #ebf8ff !important;
}

.tw-ring-offset-blue-200{
  --tw-ring-offset-color: #bee3f8 !important;
}

.tw-ring-offset-blue-300{
  --tw-ring-offset-color: #90cdf4 !important;
}

.tw-ring-offset-blue-400{
  --tw-ring-offset-color: #63b3ed !important;
}

.tw-ring-offset-blue-500{
  --tw-ring-offset-color: #4299e1 !important;
}

.tw-ring-offset-blue-600{
  --tw-ring-offset-color: #3182ce !important;
}

.tw-ring-offset-blue-700{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.tw-ring-offset-blue-800{
  --tw-ring-offset-color: #2c5282 !important;
}

.tw-ring-offset-blue-900{
  --tw-ring-offset-color: #2a4365 !important;
}

.tw-ring-offset-blue-910{
  --tw-ring-offset-color: rgb(0,173,239) !important;
}

.tw-ring-offset-indigo-100{
  --tw-ring-offset-color: #ebf4ff !important;
}

.tw-ring-offset-indigo-200{
  --tw-ring-offset-color: #c3dafe !important;
}

.tw-ring-offset-indigo-300{
  --tw-ring-offset-color: #a3bffa !important;
}

.tw-ring-offset-indigo-400{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.tw-ring-offset-indigo-500{
  --tw-ring-offset-color: #667eea !important;
}

.tw-ring-offset-indigo-600{
  --tw-ring-offset-color: #5a67d8 !important;
}

.tw-ring-offset-indigo-700{
  --tw-ring-offset-color: #4c51bf !important;
}

.tw-ring-offset-indigo-800{
  --tw-ring-offset-color: #434190 !important;
}

.tw-ring-offset-indigo-900{
  --tw-ring-offset-color: #3c366b !important;
}

.tw-ring-offset-purple-100{
  --tw-ring-offset-color: #faf5ff !important;
}

.tw-ring-offset-purple-200{
  --tw-ring-offset-color: #e9d8fd !important;
}

.tw-ring-offset-purple-300{
  --tw-ring-offset-color: #d6bcfa !important;
}

.tw-ring-offset-purple-400{
  --tw-ring-offset-color: #b794f4 !important;
}

.tw-ring-offset-purple-500{
  --tw-ring-offset-color: #9f7aea !important;
}

.tw-ring-offset-purple-600{
  --tw-ring-offset-color: #805ad5 !important;
}

.tw-ring-offset-purple-700{
  --tw-ring-offset-color: #6b46c1 !important;
}

.tw-ring-offset-purple-800{
  --tw-ring-offset-color: #553c9a !important;
}

.tw-ring-offset-purple-900{
  --tw-ring-offset-color: #44337a !important;
}

.tw-ring-offset-pink-100{
  --tw-ring-offset-color: #fff5f7 !important;
}

.tw-ring-offset-pink-200{
  --tw-ring-offset-color: #fed7e2 !important;
}

.tw-ring-offset-pink-300{
  --tw-ring-offset-color: #fbb6ce !important;
}

.tw-ring-offset-pink-400{
  --tw-ring-offset-color: #f687b3 !important;
}

.tw-ring-offset-pink-500{
  --tw-ring-offset-color: #ed64a6 !important;
}

.tw-ring-offset-pink-600{
  --tw-ring-offset-color: #d53f8c !important;
}

.tw-ring-offset-pink-700{
  --tw-ring-offset-color: #b83280 !important;
}

.tw-ring-offset-pink-800{
  --tw-ring-offset-color: #97266d !important;
}

.tw-ring-offset-pink-900{
  --tw-ring-offset-color: #702459 !important;
}

.focus-within\:tw-ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:tw-ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:tw-ring-offset-light_gray:focus-within{
  --tw-ring-offset-color: #E5E2E2 !important;
}

.focus-within\:tw-ring-offset-black:focus-within{
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:tw-ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:tw-ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f7fafc !important;
}

.focus-within\:tw-ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #edf2f7 !important;
}

.focus-within\:tw-ring-offset-gray-210:focus-within{
  --tw-ring-offset-color: #f0ecec !important;
}

.focus-within\:tw-ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus-within\:tw-ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.focus-within\:tw-ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #a0aec0 !important;
}

.focus-within\:tw-ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #718096 !important;
}

.focus-within\:tw-ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #4a5568 !important;
}

.focus-within\:tw-ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #2d3748 !important;
}

.focus-within\:tw-ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #1a202c !important;
}

.focus-within\:tw-ring-offset-gray-910:focus-within{
  --tw-ring-offset-color: #2c343b !important;
}

.focus-within\:tw-ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #fff5f5 !important;
}

.focus-within\:tw-ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #fed7d7 !important;
}

.focus-within\:tw-ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #feb2b2 !important;
}

.focus-within\:tw-ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #fc8181 !important;
}

.focus-within\:tw-ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #f56565 !important;
}

.focus-within\:tw-ring-offset-red-510:focus-within{
  --tw-ring-offset-color: #f6695e !important;
}

.focus-within\:tw-ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #e53e3e !important;
}

.focus-within\:tw-ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #c53030 !important;
}

.focus-within\:tw-ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #9b2c2c !important;
}

.focus-within\:tw-ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #742a2a !important;
}

.focus-within\:tw-ring-offset-red-910:focus-within{
  --tw-ring-offset-color: #f44336 !important;
}

.focus-within\:tw-ring-offset-red-911:focus-within{
  --tw-ring-offset-color: #ff5656 !important;
}

.focus-within\:tw-ring-offset-orange-100:focus-within{
  --tw-ring-offset-color: #fffaf0 !important;
}

.focus-within\:tw-ring-offset-orange-200:focus-within{
  --tw-ring-offset-color: #feebc8 !important;
}

.focus-within\:tw-ring-offset-orange-300:focus-within{
  --tw-ring-offset-color: #fbd38d !important;
}

.focus-within\:tw-ring-offset-orange-400:focus-within{
  --tw-ring-offset-color: #f6ad55 !important;
}

.focus-within\:tw-ring-offset-orange-500:focus-within{
  --tw-ring-offset-color: #ed8936 !important;
}

.focus-within\:tw-ring-offset-orange-600:focus-within{
  --tw-ring-offset-color: #dd6b20 !important;
}

.focus-within\:tw-ring-offset-orange-700:focus-within{
  --tw-ring-offset-color: #c05621 !important;
}

.focus-within\:tw-ring-offset-orange-800:focus-within{
  --tw-ring-offset-color: #9c4221 !important;
}

.focus-within\:tw-ring-offset-orange-900:focus-within{
  --tw-ring-offset-color: #7b341e !important;
}

.focus-within\:tw-ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fffff0 !important;
}

.focus-within\:tw-ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #fefcbf !important;
}

.focus-within\:tw-ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #faf089 !important;
}

.focus-within\:tw-ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #f6e05e !important;
}

.focus-within\:tw-ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #ecc94b !important;
}

.focus-within\:tw-ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #d69e2e !important;
}

.focus-within\:tw-ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #b7791f !important;
}

.focus-within\:tw-ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #975a16 !important;
}

.focus-within\:tw-ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #744210 !important;
}

.focus-within\:tw-ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #f0fff4 !important;
}

.focus-within\:tw-ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.focus-within\:tw-ring-offset-green-300:focus-within{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.focus-within\:tw-ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #68d391 !important;
}

.focus-within\:tw-ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #48bb78 !important;
}

.focus-within\:tw-ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #38a169 !important;
}

.focus-within\:tw-ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #2f855a !important;
}

.focus-within\:tw-ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #276749 !important;
}

.focus-within\:tw-ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #22543d !important;
}

.focus-within\:tw-ring-offset-teal-100:focus-within{
  --tw-ring-offset-color: #e6fffa !important;
}

.focus-within\:tw-ring-offset-teal-200:focus-within{
  --tw-ring-offset-color: #b2f5ea !important;
}

.focus-within\:tw-ring-offset-teal-300:focus-within{
  --tw-ring-offset-color: #81e6d9 !important;
}

.focus-within\:tw-ring-offset-teal-400:focus-within{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.focus-within\:tw-ring-offset-teal-500:focus-within{
  --tw-ring-offset-color: #38b2ac !important;
}

.focus-within\:tw-ring-offset-teal-600:focus-within{
  --tw-ring-offset-color: #319795 !important;
}

.focus-within\:tw-ring-offset-teal-700:focus-within{
  --tw-ring-offset-color: #2c7a7b !important;
}

.focus-within\:tw-ring-offset-teal-800:focus-within{
  --tw-ring-offset-color: #285e61 !important;
}

.focus-within\:tw-ring-offset-teal-900:focus-within{
  --tw-ring-offset-color: #234e52 !important;
}

.focus-within\:tw-ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #ebf8ff !important;
}

.focus-within\:tw-ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bee3f8 !important;
}

.focus-within\:tw-ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #90cdf4 !important;
}

.focus-within\:tw-ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #63b3ed !important;
}

.focus-within\:tw-ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #4299e1 !important;
}

.focus-within\:tw-ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #3182ce !important;
}

.focus-within\:tw-ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.focus-within\:tw-ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #2c5282 !important;
}

.focus-within\:tw-ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #2a4365 !important;
}

.focus-within\:tw-ring-offset-blue-910:focus-within{
  --tw-ring-offset-color: rgb(0,173,239) !important;
}

.focus-within\:tw-ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #ebf4ff !important;
}

.focus-within\:tw-ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c3dafe !important;
}

.focus-within\:tw-ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a3bffa !important;
}

.focus-within\:tw-ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.focus-within\:tw-ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #667eea !important;
}

.focus-within\:tw-ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #5a67d8 !important;
}

.focus-within\:tw-ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4c51bf !important;
}

.focus-within\:tw-ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #434190 !important;
}

.focus-within\:tw-ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #3c366b !important;
}

.focus-within\:tw-ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus-within\:tw-ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #e9d8fd !important;
}

.focus-within\:tw-ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #d6bcfa !important;
}

.focus-within\:tw-ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #b794f4 !important;
}

.focus-within\:tw-ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #9f7aea !important;
}

.focus-within\:tw-ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #805ad5 !important;
}

.focus-within\:tw-ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #6b46c1 !important;
}

.focus-within\:tw-ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #553c9a !important;
}

.focus-within\:tw-ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #44337a !important;
}

.focus-within\:tw-ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fff5f7 !important;
}

.focus-within\:tw-ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #fed7e2 !important;
}

.focus-within\:tw-ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #fbb6ce !important;
}

.focus-within\:tw-ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #f687b3 !important;
}

.focus-within\:tw-ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #ed64a6 !important;
}

.focus-within\:tw-ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #d53f8c !important;
}

.focus-within\:tw-ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #b83280 !important;
}

.focus-within\:tw-ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #97266d !important;
}

.focus-within\:tw-ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #702459 !important;
}

.focus\:tw-ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent !important;
}

.focus\:tw-ring-offset-current:focus{
  --tw-ring-offset-color: currentColor !important;
}

.focus\:tw-ring-offset-light_gray:focus{
  --tw-ring-offset-color: #E5E2E2 !important;
}

.focus\:tw-ring-offset-black:focus{
  --tw-ring-offset-color: #000 !important;
}

.focus\:tw-ring-offset-white:focus{
  --tw-ring-offset-color: #fff !important;
}

.focus\:tw-ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f7fafc !important;
}

.focus\:tw-ring-offset-gray-200:focus{
  --tw-ring-offset-color: #edf2f7 !important;
}

.focus\:tw-ring-offset-gray-210:focus{
  --tw-ring-offset-color: #f0ecec !important;
}

.focus\:tw-ring-offset-gray-300:focus{
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus\:tw-ring-offset-gray-400:focus{
  --tw-ring-offset-color: #cbd5e0 !important;
}

.focus\:tw-ring-offset-gray-500:focus{
  --tw-ring-offset-color: #a0aec0 !important;
}

.focus\:tw-ring-offset-gray-600:focus{
  --tw-ring-offset-color: #718096 !important;
}

.focus\:tw-ring-offset-gray-700:focus{
  --tw-ring-offset-color: #4a5568 !important;
}

.focus\:tw-ring-offset-gray-800:focus{
  --tw-ring-offset-color: #2d3748 !important;
}

.focus\:tw-ring-offset-gray-900:focus{
  --tw-ring-offset-color: #1a202c !important;
}

.focus\:tw-ring-offset-gray-910:focus{
  --tw-ring-offset-color: #2c343b !important;
}

.focus\:tw-ring-offset-red-100:focus{
  --tw-ring-offset-color: #fff5f5 !important;
}

.focus\:tw-ring-offset-red-200:focus{
  --tw-ring-offset-color: #fed7d7 !important;
}

.focus\:tw-ring-offset-red-300:focus{
  --tw-ring-offset-color: #feb2b2 !important;
}

.focus\:tw-ring-offset-red-400:focus{
  --tw-ring-offset-color: #fc8181 !important;
}

.focus\:tw-ring-offset-red-500:focus{
  --tw-ring-offset-color: #f56565 !important;
}

.focus\:tw-ring-offset-red-510:focus{
  --tw-ring-offset-color: #f6695e !important;
}

.focus\:tw-ring-offset-red-600:focus{
  --tw-ring-offset-color: #e53e3e !important;
}

.focus\:tw-ring-offset-red-700:focus{
  --tw-ring-offset-color: #c53030 !important;
}

.focus\:tw-ring-offset-red-800:focus{
  --tw-ring-offset-color: #9b2c2c !important;
}

.focus\:tw-ring-offset-red-900:focus{
  --tw-ring-offset-color: #742a2a !important;
}

.focus\:tw-ring-offset-red-910:focus{
  --tw-ring-offset-color: #f44336 !important;
}

.focus\:tw-ring-offset-red-911:focus{
  --tw-ring-offset-color: #ff5656 !important;
}

.focus\:tw-ring-offset-orange-100:focus{
  --tw-ring-offset-color: #fffaf0 !important;
}

.focus\:tw-ring-offset-orange-200:focus{
  --tw-ring-offset-color: #feebc8 !important;
}

.focus\:tw-ring-offset-orange-300:focus{
  --tw-ring-offset-color: #fbd38d !important;
}

.focus\:tw-ring-offset-orange-400:focus{
  --tw-ring-offset-color: #f6ad55 !important;
}

.focus\:tw-ring-offset-orange-500:focus{
  --tw-ring-offset-color: #ed8936 !important;
}

.focus\:tw-ring-offset-orange-600:focus{
  --tw-ring-offset-color: #dd6b20 !important;
}

.focus\:tw-ring-offset-orange-700:focus{
  --tw-ring-offset-color: #c05621 !important;
}

.focus\:tw-ring-offset-orange-800:focus{
  --tw-ring-offset-color: #9c4221 !important;
}

.focus\:tw-ring-offset-orange-900:focus{
  --tw-ring-offset-color: #7b341e !important;
}

.focus\:tw-ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fffff0 !important;
}

.focus\:tw-ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #fefcbf !important;
}

.focus\:tw-ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #faf089 !important;
}

.focus\:tw-ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #f6e05e !important;
}

.focus\:tw-ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #ecc94b !important;
}

.focus\:tw-ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #d69e2e !important;
}

.focus\:tw-ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #b7791f !important;
}

.focus\:tw-ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #975a16 !important;
}

.focus\:tw-ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #744210 !important;
}

.focus\:tw-ring-offset-green-100:focus{
  --tw-ring-offset-color: #f0fff4 !important;
}

.focus\:tw-ring-offset-green-200:focus{
  --tw-ring-offset-color: #c6f6d5 !important;
}

.focus\:tw-ring-offset-green-300:focus{
  --tw-ring-offset-color: #9ae6b4 !important;
}

.focus\:tw-ring-offset-green-400:focus{
  --tw-ring-offset-color: #68d391 !important;
}

.focus\:tw-ring-offset-green-500:focus{
  --tw-ring-offset-color: #48bb78 !important;
}

.focus\:tw-ring-offset-green-600:focus{
  --tw-ring-offset-color: #38a169 !important;
}

.focus\:tw-ring-offset-green-700:focus{
  --tw-ring-offset-color: #2f855a !important;
}

.focus\:tw-ring-offset-green-800:focus{
  --tw-ring-offset-color: #276749 !important;
}

.focus\:tw-ring-offset-green-900:focus{
  --tw-ring-offset-color: #22543d !important;
}

.focus\:tw-ring-offset-teal-100:focus{
  --tw-ring-offset-color: #e6fffa !important;
}

.focus\:tw-ring-offset-teal-200:focus{
  --tw-ring-offset-color: #b2f5ea !important;
}

.focus\:tw-ring-offset-teal-300:focus{
  --tw-ring-offset-color: #81e6d9 !important;
}

.focus\:tw-ring-offset-teal-400:focus{
  --tw-ring-offset-color: #4fd1c5 !important;
}

.focus\:tw-ring-offset-teal-500:focus{
  --tw-ring-offset-color: #38b2ac !important;
}

.focus\:tw-ring-offset-teal-600:focus{
  --tw-ring-offset-color: #319795 !important;
}

.focus\:tw-ring-offset-teal-700:focus{
  --tw-ring-offset-color: #2c7a7b !important;
}

.focus\:tw-ring-offset-teal-800:focus{
  --tw-ring-offset-color: #285e61 !important;
}

.focus\:tw-ring-offset-teal-900:focus{
  --tw-ring-offset-color: #234e52 !important;
}

.focus\:tw-ring-offset-blue-100:focus{
  --tw-ring-offset-color: #ebf8ff !important;
}

.focus\:tw-ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bee3f8 !important;
}

.focus\:tw-ring-offset-blue-300:focus{
  --tw-ring-offset-color: #90cdf4 !important;
}

.focus\:tw-ring-offset-blue-400:focus{
  --tw-ring-offset-color: #63b3ed !important;
}

.focus\:tw-ring-offset-blue-500:focus{
  --tw-ring-offset-color: #4299e1 !important;
}

.focus\:tw-ring-offset-blue-600:focus{
  --tw-ring-offset-color: #3182ce !important;
}

.focus\:tw-ring-offset-blue-700:focus{
  --tw-ring-offset-color: #2b6cb0 !important;
}

.focus\:tw-ring-offset-blue-800:focus{
  --tw-ring-offset-color: #2c5282 !important;
}

.focus\:tw-ring-offset-blue-900:focus{
  --tw-ring-offset-color: #2a4365 !important;
}

.focus\:tw-ring-offset-blue-910:focus{
  --tw-ring-offset-color: rgb(0,173,239) !important;
}

.focus\:tw-ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #ebf4ff !important;
}

.focus\:tw-ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c3dafe !important;
}

.focus\:tw-ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a3bffa !important;
}

.focus\:tw-ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #7f9cf5 !important;
}

.focus\:tw-ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #667eea !important;
}

.focus\:tw-ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #5a67d8 !important;
}

.focus\:tw-ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4c51bf !important;
}

.focus\:tw-ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #434190 !important;
}

.focus\:tw-ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #3c366b !important;
}

.focus\:tw-ring-offset-purple-100:focus{
  --tw-ring-offset-color: #faf5ff !important;
}

.focus\:tw-ring-offset-purple-200:focus{
  --tw-ring-offset-color: #e9d8fd !important;
}

.focus\:tw-ring-offset-purple-300:focus{
  --tw-ring-offset-color: #d6bcfa !important;
}

.focus\:tw-ring-offset-purple-400:focus{
  --tw-ring-offset-color: #b794f4 !important;
}

.focus\:tw-ring-offset-purple-500:focus{
  --tw-ring-offset-color: #9f7aea !important;
}

.focus\:tw-ring-offset-purple-600:focus{
  --tw-ring-offset-color: #805ad5 !important;
}

.focus\:tw-ring-offset-purple-700:focus{
  --tw-ring-offset-color: #6b46c1 !important;
}

.focus\:tw-ring-offset-purple-800:focus{
  --tw-ring-offset-color: #553c9a !important;
}

.focus\:tw-ring-offset-purple-900:focus{
  --tw-ring-offset-color: #44337a !important;
}

.focus\:tw-ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fff5f7 !important;
}

.focus\:tw-ring-offset-pink-200:focus{
  --tw-ring-offset-color: #fed7e2 !important;
}

.focus\:tw-ring-offset-pink-300:focus{
  --tw-ring-offset-color: #fbb6ce !important;
}

.focus\:tw-ring-offset-pink-400:focus{
  --tw-ring-offset-color: #f687b3 !important;
}

.focus\:tw-ring-offset-pink-500:focus{
  --tw-ring-offset-color: #ed64a6 !important;
}

.focus\:tw-ring-offset-pink-600:focus{
  --tw-ring-offset-color: #d53f8c !important;
}

.focus\:tw-ring-offset-pink-700:focus{
  --tw-ring-offset-color: #b83280 !important;
}

.focus\:tw-ring-offset-pink-800:focus{
  --tw-ring-offset-color: #97266d !important;
}

.focus\:tw-ring-offset-pink-900:focus{
  --tw-ring-offset-color: #702459 !important;
}

.tw-filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.tw-filter-none{
  filter: none !important;
}

.tw-blur-0{
  --tw-blur: blur(0) !important;
}

.tw-blur-none{
  --tw-blur: blur(0) !important;
}

.tw-blur-sm{
  --tw-blur: blur(4px) !important;
}

.tw-blur{
  --tw-blur: blur(8px) !important;
}

.tw-blur-md{
  --tw-blur: blur(12px) !important;
}

.tw-blur-lg{
  --tw-blur: blur(16px) !important;
}

.tw-blur-xl{
  --tw-blur: blur(24px) !important;
}

.tw-blur-2xl{
  --tw-blur: blur(40px) !important;
}

.tw-blur-3xl{
  --tw-blur: blur(64px) !important;
}

.tw-brightness-0{
  --tw-brightness: brightness(0) !important;
}

.tw-brightness-50{
  --tw-brightness: brightness(.5) !important;
}

.tw-brightness-75{
  --tw-brightness: brightness(.75) !important;
}

.tw-brightness-90{
  --tw-brightness: brightness(.9) !important;
}

.tw-brightness-95{
  --tw-brightness: brightness(.95) !important;
}

.tw-brightness-100{
  --tw-brightness: brightness(1) !important;
}

.tw-brightness-105{
  --tw-brightness: brightness(1.05) !important;
}

.tw-brightness-110{
  --tw-brightness: brightness(1.1) !important;
}

.tw-brightness-125{
  --tw-brightness: brightness(1.25) !important;
}

.tw-brightness-150{
  --tw-brightness: brightness(1.5) !important;
}

.tw-brightness-200{
  --tw-brightness: brightness(2) !important;
}

.tw-contrast-0{
  --tw-contrast: contrast(0) !important;
}

.tw-contrast-50{
  --tw-contrast: contrast(.5) !important;
}

.tw-contrast-75{
  --tw-contrast: contrast(.75) !important;
}

.tw-contrast-100{
  --tw-contrast: contrast(1) !important;
}

.tw-contrast-125{
  --tw-contrast: contrast(1.25) !important;
}

.tw-contrast-150{
  --tw-contrast: contrast(1.5) !important;
}

.tw-contrast-200{
  --tw-contrast: contrast(2) !important;
}

.tw-drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.tw-drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.tw-drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.tw-drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.tw-drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.tw-drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.tw-drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.tw-grayscale-0{
  --tw-grayscale: grayscale(0) !important;
}

.tw-grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

.tw-hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.tw-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.tw-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.tw-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.tw-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.tw-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.tw--hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.tw--hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.tw--hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.tw--hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.tw--hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.tw-invert-0{
  --tw-invert: invert(0) !important;
}

.tw-invert{
  --tw-invert: invert(100%) !important;
}

.tw-saturate-0{
  --tw-saturate: saturate(0) !important;
}

.tw-saturate-50{
  --tw-saturate: saturate(.5) !important;
}

.tw-saturate-100{
  --tw-saturate: saturate(1) !important;
}

.tw-saturate-150{
  --tw-saturate: saturate(1.5) !important;
}

.tw-saturate-200{
  --tw-saturate: saturate(2) !important;
}

.tw-sepia-0{
  --tw-sepia: sepia(0) !important;
}

.tw-sepia{
  --tw-sepia: sepia(100%) !important;
}

.tw-backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.tw-backdrop-filter-none{
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.tw-backdrop-blur-0{
  --tw-backdrop-blur: blur(0) !important;
}

.tw-backdrop-blur-none{
  --tw-backdrop-blur: blur(0) !important;
}

.tw-backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
}

.tw-backdrop-blur{
  --tw-backdrop-blur: blur(8px) !important;
}

.tw-backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
}

.tw-backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px) !important;
}

.tw-backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px) !important;
}

.tw-backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px) !important;
}

.tw-backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px) !important;
}

.tw-backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0) !important;
}

.tw-backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5) !important;
}

.tw-backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75) !important;
}

.tw-backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9) !important;
}

.tw-backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95) !important;
}

.tw-backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1) !important;
}

.tw-backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.tw-backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.tw-backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.tw-backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.tw-backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2) !important;
}

.tw-backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0) !important;
}

.tw-backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5) !important;
}

.tw-backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75) !important;
}

.tw-backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1) !important;
}

.tw-backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.tw-backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.tw-backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2) !important;
}

.tw-backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.tw-backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.tw-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.tw-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.tw-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.tw-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.tw-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.tw-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.tw--backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.tw--backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.tw--backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.tw--backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.tw--backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.tw-backdrop-invert-0{
  --tw-backdrop-invert: invert(0) !important;
}

.tw-backdrop-invert{
  --tw-backdrop-invert: invert(100%) !important;
}

.tw-backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0) !important;
}

.tw-backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.tw-backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.tw-backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.tw-backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1) !important;
}

.tw-backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0) !important;
}

.tw-backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5) !important;
}

.tw-backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1) !important;
}

.tw-backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.tw-backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2) !important;
}

.tw-backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0) !important;
}

.tw-backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%) !important;
}

.tw-transition-none{
  transition-property: none !important;
}

.tw-transition-all{
  transition-property: all !important;
}

.tw-transition-default{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.tw-transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.tw-transition-opacity{
  transition-property: opacity !important;
}

.tw-transition-shadow{
  transition-property: box-shadow !important;
}

.tw-transition-transform{
  transition-property: transform !important;
}

.tw-delay-75{
  transition-delay: 75ms !important;
}

.tw-delay-100{
  transition-delay: 100ms !important;
}

.tw-delay-150{
  transition-delay: 150ms !important;
}

.tw-delay-200{
  transition-delay: 200ms !important;
}

.tw-delay-300{
  transition-delay: 300ms !important;
}

.tw-delay-500{
  transition-delay: 500ms !important;
}

.tw-delay-700{
  transition-delay: 700ms !important;
}

.tw-delay-1000{
  transition-delay: 1000ms !important;
}

.tw-duration-75{
  transition-duration: 75ms !important;
}

.tw-duration-100{
  transition-duration: 100ms !important;
}

.tw-duration-150{
  transition-duration: 150ms !important;
}

.tw-duration-200{
  transition-duration: 200ms !important;
}

.tw-duration-300{
  transition-duration: 300ms !important;
}

.tw-duration-500{
  transition-duration: 500ms !important;
}

.tw-duration-700{
  transition-duration: 700ms !important;
}

.tw-duration-1000{
  transition-duration: 1000ms !important;
}

.tw-ease-linear{
  transition-timing-function: linear !important;
}

.tw-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-main {
  background-color: #f0ecec;
}

.footer-main h5,
.footer-main h4 {
  color: #414141;
  font-weight: 600;
  font-size: 16px;
}

.footer-main li {
  list-style: none;
  line-height: 32px;
}

.footer-main li a {
  color: #414141;
  font-weight: 600;
  font-size: 16px;
}

.footer-main .social-icons-section img {
  margin-top: 20px;
  height: 40px;
  margin-right: 20px;
}

.footer-main .footer-image {
  height: 200px;
}

.footer {
  background-color: #f0ecec;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.footer-bottom {
  padding: 20px 50px;
  background-color: #ff5656;
}

.footer-bottom h4 {
  font-size: 13px;
  color: #ffffff !important;
  margin-bottom: 0px;
}

#top-navbar {
  z-index: 1000;
  background-color: #f8f8f8;
  width: 100vw;
  min-height: 84px;
  padding-right: 10px !important;
}

.brand-logo {
  height: 160px;
  top: 5px;
  position: absolute;
}

.top-menu-left {
  margin-right: 20px;
}

.top-menu-left li {
  margin-right: 30px;
}

.top-menu-left a {
  padding: 0px !important;
}

.nav-link {
  font-size: 14px;
  color: #131313 !important;
}

.nav-link:hover {
  color: #ff5656 !important;
}

.top-btn {
  background-color: #f15942;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
}

.top-btn:hover {
  background-color: rgb(0, 173, 239);
  color: #fff !important;
  text-decoration: none;
}

.hero-custom .text-area {
  background: #ff5656 !important;
}

.hero-custom .hero-header h1 {
  color: #ffffff;
  padding-top: 160px;
  padding-left: 50px;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .hero-custom .hero-header h1 {
    font-size: 38px;
  }
}

.hero-custom .hero-strapline {
  padding-left: 50px;
  padding-right: 40px;
  padding-bottom: 30px;
}

.hero-custom .hero-strapline h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 575px) {
  .hero-custom .hero-strapline h3 {
    font-size: 18px;
  }
}

.hero-custom .hero-search {
  font-size: 20px;
  vertical-align: bottom !important;
  display: inline-flex;
  padding-left: 50px;
}

.hero-custom .hero-search .custom-select {
  width: 400px;
  padding-left: 30px;
  height: 90px;
  border-radius: 0px;
  font-size: 20px;
  font-weight: lighter;
}

.hero-custom .hero-search .custom-sec-btn {
  color: #ffffff;
  background-color: #414141;
  border: 0;
  height: 90px;
  width: 90px;
  font-size: 40px;
  margin-left: -3px;
}

.hero-custom .hero-search .custom-sec-btn img {
  height: 70px;
}

.hero-custom .hero-search input {
  outline: none;
}

.hero-custom .hero-right {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/hero-right.png");
  background-position: right;
  background-size: cover;
}

.hero-custom .hero-top {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/hero-right.png");
  background-position: center;
  background-size: cover;
  width: 100vw;
  min-height: 350px;
}

.hero-custom .custom-select {
  max-width: 400px;
  padding-left: 30px;
  height: 90px;
  border-radius: 0px;
  font-size: 20px;
  font-weight: lighter;
}

.hero-custom .custom-sec-btn {
  color: #ffffff;
  background-color: #414141;
  border: 0;
  height: 90px;
  width: 90px;
  font-size: 40px;
  margin-left: -3px;
}

.hero-custom .custom-sec-btn img {
  height: 70px;
}

.custom-cta-section {
  background-color: #414141;
  padding: 45px 0px;
}

.custom-cta-section h2 {
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  line-height: 93px;
}

@media (max-width: 575px) {
  .custom-cta-section h2 {
    line-height: 32px;
    padding-bottom: 20px;
  }
}

.custom-cta-section .button-col {
  padding-top: 10px;
}

.frontpagefreelancers {
  padding: 80px 0;
}

.frontpagefreelancers h2 {
  font-size: 45px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .frontpagefreelancers h2 {
    font-size: 38px;
  }
}

.frontpagefreelancers .freelancer-header {
  padding-bottom: 50px;
}

.frontpagefreelancers .profile-pic {
  height: 50px;
  border-radius: 60px;
}

.frontpagefreelancers .card-body p {
  margin-bottom: 5px;
}

.frontpagefreelancers .card-body .freelancer-profile-body {
  color: #aeaeae;
}

.frontpagefreelancers .card {
  border: 0;
}

.frontpagefreelancers .cards-row {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
  width: 100% !important;
}

@media (min-width: 576px) {
  .frontpagefreelancers .cards-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .frontpagefreelancers .cards-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.frontpagefreelancers .freelance-bottom {
  position: relative;
  padding-top: 30px;
  height: 100px;
}

.frontpagefreelancers .freelance-bottom hr {
  border-top: 2px solid #aeaeae;
}

@media (min-width: 768px) {
  .frontpagefreelancers .freelance-bottom .freelance-bottom-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.freelance-platform {
  padding: 50px 0px 30px 0px;
  text-align: center;
}

.freelance-platform h3 {
  font-size: 25px;
}

.freelance-platform .stats-row {
  padding: 50px 0px;
}

.freelance-platform .stats-row h2 {
  font-size: 95px;
  color: #ff5656;
  font-weight: 300;
  margin-bottom: 30px;
}

.freelance-platform .stats-row h4 {
  font-size: 16px;
  color: #131313;
}

.register-finder {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/register-finder.jpg");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}

.register-freelancer {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/register-freelancer.jpg");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}

.register-co-working {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/register-co-working.jpg");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}

.finder-hover {
  position: absolute;
  height: 800px !important;
  width: 100% !important;
  z-index: 100;
}

.finder-hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.freelancer-hover {
  position: absolute;
  height: 800px !important;
  width: 100% !important;
  z-index: 100;
}

.freelancer-hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.co-working-hover {
  position: absolute;
  height: 800px !important;
  width: 100% !important;
  z-index: 100;
}

.co-working-hover:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.register-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 101;
}

.register-text p {
  color: #fff !important;
}

.register-text h4 {
  color: #fff !important;
  font-size: 1.45rem;
}

.register-text img {
  margin-left: 20px;
  margin-top: 8px;
  height: 15px;
}

.register-form-container {
  height: 800px;
}

.register-form {
  position: absolute;
  top: 50%;
  width: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.register-form .btn-red {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.register-form p {
  font-size: 16px;
  margin-bottom: 50px;
}

.register-form input {
  border: none;
  border-bottom: 1px solid #aeaeae;
  background: none;
  border-radius: 0;
  margin: 25px 0px;
  outline: none !important;
  display: block;
  height: 35px;
  width: 100%;
  padding-left: 35px;
  padding-bottom: 5px;
  font-size: 18px;
}

.register-form input:focus {
  outline: none !important;
}

.register-form input[name=name] {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/name-icon.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.register-form input[name=email] {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/email-icon.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.register-form input[name=password], .register-form input[name=password_confirmation] {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/password-icon.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.register-form-right {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/register-form-right.jpg");
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.verify-form-container {
  height: 800px;
}

.verify-form {
  position: absolute;
  top: 40%;
  width: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.verify-form p {
  font-size: 16px;
  margin-bottom: 50px;
}

.verify-form .btn-red {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.verify-form-right {
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/register/register-form-right.jpg");
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .register-finder {
    min-height: 250px;
  }

  .register-freelancer {
    min-height: 200px;
  }

  .register-co-working {
    min-height: 200px;
  }

  .finder-hover {
    height: 200px !important;
  }

  .freelancer-hover {
    height: 200px !important;
  }

  .co-working-hover {
    height: 200px !important;
  }
}

.hero-top img {
  height: 80px;
}

.hero-top p {
  font-size: 14px;
}

.hero-top h4 {
  font-size: 30px;
}

.hero-top h2 {
  font-size: 24px;
  font-weight: bold;
}

.price-table-main h2 {
  font-weight: bold;
}

.price-table-head {
  background-color: rgb(0, 173, 239);
  color: #fff;
}

.price-table-body {
  background-color: #ededed;
  min-height: 180px;
}

.price-table-body h2 {
  font-size: 34px;
  color: rgb(0, 173, 239);
  margin: 0px !important;
  padding: 0px;
}

.price-table-body p {
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 173, 239);
}

.price-table-footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.price-table-secondary {
  transition: transform 0.2s; /* Animation */
  margin-top: 40px;
}

.price-table-secondary:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.price-table-primary {
  transition: transform 0.2s; /* Animation */
}

.price-table-primary:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#testimonial-slider {
  padding: 100px;
}

#testimonial-slider .carousel {
  max-width: 1000px;
  margin: auto;
}

#testimonial-slider .carousel-item img {
  height: 100px;
  border-radius: 100px;
  box-shadow: 3px 3px 5px #999;
}

#testimonial-slider .carousel-item p {
  margin-top: 15px;
  font-weight: bold;
  color: #131313;
  font-size: 16px;
}

#testimonial-slider .slider-quote {
  margin-bottom: 60px;
}

#testimonial-slider .slider-quote h4 {
  font-size: 35px;
  line-height: 47px;
  color: #131313;
  font-weight: 300;
}

#testimonial-slider .slider-control {
  height: 100px;
}

#testimonial-slider .carousel-control-prev {
  top: 50%;
}

#testimonial-slider .carousel-control-next {
  top: 50%;
}

.testimonial-image {
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 3px 3px 5px #999;
  display: inline-block;
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  background-repeat: no-repeat;
}

.breadcrumbs-section {
  background-color: #ededed;
}

.bc-button {
  background-color: rgba(0, 173, 239, 0.3);
  color: #fff;
  font-size: 22px;
  padding: 10px 40px;
  margin: 0px 10px;
  display: inline-block;
}

.bc-divider {
  font-size: 24px;
  color: rgba(0, 173, 239, 0.3);
}

.bc-active {
  background-color: rgb(0, 173, 239);
}

.bc-div-active {
  color: rgb(0, 173, 239);
}

.dashboard-base {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.stats-card {
  width: 90%;
}

/* form styles */

#msform {
  /* width: 400px; */
  margin: 0px auto;
  padding-top: 100px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  /* transform: translateX(-50%); */
  display: none;
}

#msform fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px 50px 30px;
  z-index: 9999;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* headings */

.fs-title {
  font-size: 32px;
  /* text-transform: uppercase; */
  color: #202020;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.a-left {
  text-align: left;
}

.f-right {
  /* float: right; */
  text-align: right;
  margin-right: 0px;
  margin-left: auto;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}

/* progressbar */

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}

#progressbar li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
}

/* hide all except first fieldset */

#msform fieldset:not(:first-of-type) {
  /* display: none; */
}

#msform input {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  margin: 5px auto 10px auto;
  width: 100%;
  box-sizing: border-box;
}

#msform label {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

#msform button {
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
  /* font-weight: bold; */
  box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.tos-left {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  /* position: fixed; */
  left: 0px;
  margin-left: 0px;
  width: 50%;
  /* background-color: royalblue; */
  text-align: left;
  float: left;
}

.tos-right {
  font-size: 12px;
  font-weight: bold;
  display: inline;
  /* background-color: green; */
  width: 50% !important;
  float: right;
}

#msform a {
  text-decoration: none;
  font-weight: bold;
  color: royalblue;
}

.fs-bottom {
  /* border: 1px solid #333; */
  /* margin: 5px -15px 5px -15px !important; */
  /* position: absolute; */
}

.fs-button {
  font-weight: bold;
  color: #666;
}

.fs-button:hover {
  background-color: royalblue;
  color: #fff;
}

.fs-next {
  display: none;
}

#fs-step1 button:hover {
  background-color: royalblue;
  color: #fff;
}

.fs-check-button {
  padding: 15px 30px;
  z-index: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  font-size: 18px;
  color: #202020 !important;
  /* box-sizing: er-box; */
}

.fs-check-button:hover {
  background-color: royalblue;
  color: #fff !important;
}

.login-screen p {
  font-size: 16px !important;
}

.login-screen input[name=email] {
  border: none;
  border-bottom: 1px solid #aeaeae;
  background: none;
  border-radius: 0;
  margin: 15px 0;
  display: block;
  height: 28px;
  width: 100%;
  padding-left: 32px;
  padding-bottom: 4px;
  font-size: 16px;
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/icons/envelope-icon.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  outline-color: none;
}

.login-screen input[name=password],
.login-screen input[name=passwordConfirm] {
  border: none;
  border-bottom: 1px solid #aeaeae;
  background: none;
  border-radius: 0;
  margin: 15px 0;
  display: block;
  height: 28px;
  width: 100%;
  padding-left: 32px;
  padding-bottom: 4px;
  font-size: 16px;
  background-image: url("/web/20260222105801im_/https://freelancecapetown.com/img/icons/lock-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.login-screen input:focus {
  background-color: transparent;
  outline: none !important;
}

*:focus {
  outline: 0;
  box-shadow: 0;
  outline-color: transparent;
}

@media (min-width: 768px) {
  .login-screen, .verify-screen {
    padding: 100px 0px 50px 0px;
  }

  .login-screen .card, .verify-screen .card {
    border-radius: 0px;
    border: 0px;
  }
}

a:hover {
  text-decoration: none !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

a:-webkit-any-link {
  color: none;
}

.section {
  position: relative;
  width: 100%;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  min-height: 100%;
  background-color: #f8f8f8 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

h3, h2 {
  font-weight: 600;
  color: #414141;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
}

p {
  font-size: 14px;
  color: #131313;
}

.primary-button {
  min-width: 250px;
  padding: 30px 40px;
  background-color: #ff5656;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.6px;
  font-weight: bold;
}

.primary-button:hover {
  color: #ffffff;
}

.btn-red {
  background-color: #ff5656 !important;
  color: #ffffff !important;
  border: 2px solid #ff5656 !important;
  border-radius: 3px !important;
}

.btn-red:hover {
  background-color: #ffffff !important;
  color: #ff5656 !important;
}

.btn-blue {
  background-color: #66c3e1 !important;
  color: #ffffff !important;
  border: 2px solid #66c3e1 !important;
  border-radius: 3px !important;
}

.btn-blue:hover {
  background-color: #ffffff !important;
  color: #66c3e1 !important;
}

.secondary-button {
  min-width: 250px;
  padding: 30px 40px;
  background-color: #fff;
  color: #ff5656;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.6px;
  font-weight: 700;
  border: 3px solid #ff5656;
}

.secondary-button:hover {
  background-color: #ff5656;
  color: #ffffff;
  text-decoration: none;
}

main {
  padding-top: 95px;
  min-height: calc(100vh - 110px - 150px);
}

.about-list li {
  font-size: 18px;
}

.contact-sidebar i {
  font-size: 18px;
}

.contact-sidebar a {
  font-size: 18px;
}

.btn-freelance {
  background-color: #f15942 !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 10px 20px !important;
}

.btn-freelance:hover {
  background-color: rgb(0, 173, 239) !important;
  color: #fff !important;
}

.quicksearch {
  background-color: #d1d1d1;
}

.btn-quicksearch {
  background-color: #f15942 !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 5px 20px !important;
}

.btn-quicksearch:hover {
  background-color: rgb(0, 173, 239) !important;
  color: #fff !important;
}

.looking-search h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

.looking-search {
  background-color: rgb(0, 173, 239);
}

.inline-btn {
  display: inline-block;
}

.btn-looking {
  background-color: #f15942 !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 15px 25px !important;
}

.btn-looking:hover {
  color: #333 !important;
  text-decoration: none;
}

#go-to-top i {
  position: fixed;
  bottom: 20px;
  padding: 10px;
  font-size: 28px;
  border-radius: 10px;
  right: 20px;
  background-color: #333;
  color: #fff;
  z-index: 93;
}

#go-to-top i:hover {
  background-color: #f15942;
}

.make-form-top {
  background-color: #ededed;
}

.custom-btn-red {
  background-color: #f15942 !important;
  color: #fff !important;
  font-size: 18px !important;
}

.custom-btn-red:hover {
  background-color: rgb(0, 173, 239) !important;
}

.terms-check {
  font-size: 18px;
}

.terms-checkbox {
  width: 20px;
  height: 20px;
}

.pointer-cursor {
  cursor: pointer;
}

.text-red {
  color: #f15942 !important;
}

.text-light-front {
  color: #d8d8d8 !important;
}

.f-18 {
  font-size: 18px;
}

.bg-blue {
  background-color: rgb(0, 173, 239) !important;
}

#suggestionBox:hover {
  cursor: pointer;
}

.suggestion-box-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.suggestion-box-container .suggestion-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.suggestion-box-container .suggestion-box label {
  font-size: 16px;
}

.suggestion-box-container .suggestion-box input[type=text], .suggestion-box-container .suggestion-box input[type=email] {
  border: none;
  border-bottom: 1px solid #aeaeae;
  background: none;
  border-radius: 0;
  margin: 0;
  outline: none !important;
  display: block;
  height: 35px;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 8px;
  font-size: 16px;
}

.suggestion-box-container .suggestion-box textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aeaeae;
  outline: none !important;
  font-size: 16px;
  height: 100px;
  margin-bottom: 20px;
}

.suggestion-box-container .suggestion-box .star-rating {
  font-size: 32px;
  color: #aeaeae;
}

.text-blue {
  color: rgb(0, 173, 239) !important;
}

.profile_pic {
  position: absolute;
  z-index: 900;
  margin-top: -60px !important;
  margin-left: 50%;
  transform: translateX(-50%);
}

.profile_pic img {
  border: 8px solid #fff;
}

@media (min-width: 768px) {
  .profile_pic {
    position: inherit;
    z-index: 900;
    transform: none;
    margin-top: -40px;
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .profile_pic img {
    border: 8px solid #fff;
  }
}

.contact_basics_form {
  position: absolute;
  z-index: 9999;
  height: 400px;
  width: 500px;
  background-color: #ff5656;
}

#profileIndustry {
  z-index: 999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#profileIndustry .modal-body {
  top: 50%;
  transform: translateY(-50%);
}

.cover_photo_image {
  height: 360px;
  width: 1200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.user_details {
  margin-top: 245px;
  padding: 0px 24px;
}

.user_skills {
  margin-top: 10px;
}

.freelancer-contact-me-button {
  letter-spacing: 2.5px;
  font-size: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 80px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .user_details {
    margin-left: 30px;
    margin-top: 25px;
  }

  .user_skills {
    margin-left: 365px;
    margin-top: 10px;
  }
}

.skill-tags {
  border-radius: 18px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.profile_details {
  min-height: 280px;
}

.profile_contact_info td:first-child {
  max-width: 140px !important;
}

.profile_contact_info i {
  font-size: 20px;
}

@media (min-width: 768px) {
  .profile_contact_info td:first-child {
    width: 400px;
    max-width: 400px !important;
  }

  .profile_contact_info i {
    font-size: 20px;
  }
}

.contact_user i, .profile_about i {
  font-size: 20px;
}

.alert-badge-custom {
  top: -5px;
  position: absolute;
  margin-left: -6px;
}

.msg-badge-custom {
  top: 20px;
  position: absolute;
  margin-left: 10px;
}

.subs-plan-btn {
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
}

.subs-plan-btn:hover {
  background-color: #66c3e1;
  color: #fff;
}

.pointer-cursor {
  cursor: pointer;
}

.tags-container {
  border-bottom: 1px solid #aeaeae;
  min-height: 45px;
  border-radius: 0;
}

.tags-container .tag {
  font-size: 75%;
  font-weight: bold;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
  padding: 0.5em 12px;
  margin: 0.25em 0.2em;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 8px;
  cursor: pointer;
}

.tags-container .tag .close-btn::after {
  content: "x";
  color: #666;
  display: inline-block;
  transform: scale(1.1);
  font-weight: bold;
  margin-left: 0.75em;
}

.tags-container .tag .close-btn:hover::after {
  color: #000;
}

.tags-container .main-input {
  padding: 0.25em 0.1em;
  outline: none !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #ced4da;
}

.skills-container {
  border-bottom: 1px solid #aeaeae;
  min-height: 45px;
  border-radius: 0;
}

.skills-container .tag {
  font-size: 75%;
  font-weight: bold;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1) !important;
  padding: 0.5em 12px;
  margin: 0.25em 0.2em;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 8px;
  cursor: pointer;
}

.skills-container .tag .close-btn::after {
  content: "x";
  color: #666;
  display: inline-block;
  transform: scale(1.1);
  font-weight: bold;
  margin-left: 0.75em;
}

.skills-container .tag .close-btn:hover::after {
  color: #000;
}

.skills-container .main-input {
  padding: 0.25em 0.1em;
  outline: none !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #ced4da;
}

.profile_about p, .profile_showcase p, .profile_contact_info p, .profile_portfolio p {
  line-height: 34px;
}

@media (min-width: 768px) {
  .profile_showcase_get_started:first-child {
    margin-right: 24px;
  }

  .profile_showcase_get_started:nth-child(2) {
    margin-right: 24px;
    margin-left: 24px;
  }

  .profile_showcase_get_started:last-child {
    margin-left: 24px;
  }

  .profile_about, .profile_showcase, .profile_contact_info, .profile_portfolio {
    padding: 20px 60px;
  }
}

.join-global-co {
  background-color: #414141;
  height: 184px;
}

.join-global-co .col-8 {
  height: 185px;
}

.join-global-co h2 {
  font-size: 25px;
  color: #fff;
}

.join-global-co .cta-btn {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 21px 71px;
}

.freelancer-cards:hover {
  text-decoration: none;
}

.freelance_photo {
  opacity: 0.2;
}

.freelancer-row:hover {
  background-color: #F2F2F2;
}

.freelancer-row:hover .freelance_photo {
  opacity: 0 !important;
}

.hover {
  cursor: pointer !important;
}

.focus_bottom_border {
  border-bottom: 1px solid #29a9d2 !important;
  box-shadow: 0 3px 6px -6px #29a9d2 !important;
}

button:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.text-underline {
  text-decoration: underline !important;
}

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.btn-grey {
  background-color: #414141 !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.heading-block {
  margin-bottom: 50px;
}

.center {
  text-align: center !important;
}

.topmargin-sm {
  margin-top: 2rem !important;
}

.bottommargin {
  margin-bottom: 3rem !important;
}

.team, .team-image {
  position: relative;
}

:active, :focus {
  outline: none !important;
}

.team-image {
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.team-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-image > a, .team-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.team-desc {
  height: 120px;
}

#profile_photo_container {
  width: 330px;
  height: 330px;
  max-width: 100%;
}

form label {
  color: #414141;
}

.red-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 86, 86, var(--tw-bg-opacity));
}

.red-button:hover{
  background-color: transparent;
}

.red-button{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.red-button:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 86, 86, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .red-button{
    display: inline-block;
  }
}

.red-border-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity));
  background-color: transparent;
}

.red-border-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 86, 86, var(--tw-bg-opacity));
}

.red-border-button{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 86, 86, var(--tw-text-opacity));
}

.red-border-button:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .red-border-button{
    display: inline-block;
  }
}

.red-border-button-lines {
  position: relative;
  text-align: center;
}

.blue-button {
  background-color: #66c3e1;
  border-color: #66c3e1;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s;
  border-width: 2px;
  border-style: solid;
}

.blue-button:hover{
  background-color: transparent;
}

.blue-button{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .blue-button{
    display: inline-block;
  }
}

.blue-button:hover {
  color: #66c3e1;
}

.blue-border-button {
  border-color: #66c3e1;
  color: #66c3e1;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 86, 86, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px){
  .blue-border-button{
    display: inline-block;
  }
}

.blue-border-button:hover {
  background-color: #66c3e1;
  color: #fff;
}

.blue-border-button-lines {
  position: relative;
  text-align: center;
}

.blue-button:focus, .blue-border-button:focus, .blue-border-button-lines:focus {
  outline: none;
}

@media (min-width: 640px){
  .sm\:tw-container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:tw-container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:tw-container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:tw-container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:tw-container{
      max-width: 1280px;
    }
  }

  .sm\:tw-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:tw-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:tw-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:tw-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:tw-visible{
    visibility: visible !important;
  }

  .sm\:tw-invisible{
    visibility: hidden !important;
  }

  .sm\:tw-static{
    position: static !important;
  }

  .sm\:tw-fixed{
    position: fixed !important;
  }

  .sm\:tw-absolute{
    position: absolute !important;
  }

  .sm\:tw-relative{
    position: relative !important;
  }

  .sm\:tw-sticky{
    position: sticky !important;
  }

  .sm\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .sm\:tw-inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .sm\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:tw-top-0{
    top: 0 !important;
  }

  .sm\:tw-top-auto{
    top: auto !important;
  }

  .sm\:tw-right-0{
    right: 0 !important;
  }

  .sm\:tw-right-auto{
    right: auto !important;
  }

  .sm\:tw-bottom-0{
    bottom: 0 !important;
  }

  .sm\:tw-bottom-auto{
    bottom: auto !important;
  }

  .sm\:tw-left-0{
    left: 0 !important;
  }

  .sm\:tw-left-auto{
    left: auto !important;
  }

  .sm\:tw-isolate{
    isolation: isolate !important;
  }

  .sm\:tw-isolation-auto{
    isolation: auto !important;
  }

  .sm\:tw-z-0{
    z-index: 0 !important;
  }

  .sm\:tw-z-10{
    z-index: 10 !important;
  }

  .sm\:tw-z-20{
    z-index: 20 !important;
  }

  .sm\:tw-z-30{
    z-index: 30 !important;
  }

  .sm\:tw-z-40{
    z-index: 40 !important;
  }

  .sm\:tw-z-50{
    z-index: 50 !important;
  }

  .sm\:tw-z-auto{
    z-index: auto !important;
  }

  .sm\:tw-order-1{
    order: 1 !important;
  }

  .sm\:tw-order-2{
    order: 2 !important;
  }

  .sm\:tw-order-3{
    order: 3 !important;
  }

  .sm\:tw-order-4{
    order: 4 !important;
  }

  .sm\:tw-order-5{
    order: 5 !important;
  }

  .sm\:tw-order-6{
    order: 6 !important;
  }

  .sm\:tw-order-7{
    order: 7 !important;
  }

  .sm\:tw-order-8{
    order: 8 !important;
  }

  .sm\:tw-order-9{
    order: 9 !important;
  }

  .sm\:tw-order-10{
    order: 10 !important;
  }

  .sm\:tw-order-11{
    order: 11 !important;
  }

  .sm\:tw-order-12{
    order: 12 !important;
  }

  .sm\:tw-order-first{
    order: -9999 !important;
  }

  .sm\:tw-order-last{
    order: 9999 !important;
  }

  .sm\:tw-order-none{
    order: 0 !important;
  }

  .sm\:tw-col-auto{
    grid-column: auto !important;
  }

  .sm\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:tw-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:tw-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:tw-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:tw-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:tw-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:tw-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:tw-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:tw-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:tw-col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:tw-col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:tw-col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:tw-col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:tw-col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:tw-col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:tw-col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:tw-col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:tw-col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:tw-col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:tw-col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:tw-col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:tw-col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:tw-col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:tw-col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:tw-col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:tw-col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:tw-col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:tw-col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:tw-col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:tw-col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:tw-col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:tw-col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:tw-col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:tw-col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:tw-col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:tw-col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:tw-col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:tw-row-auto{
    grid-row: auto !important;
  }

  .sm\:tw-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:tw-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:tw-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:tw-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:tw-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:tw-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:tw-row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:tw-row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:tw-row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:tw-row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:tw-row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:tw-row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:tw-row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:tw-row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:tw-row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:tw-row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:tw-row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:tw-row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:tw-row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:tw-row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:tw-row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:tw-row-end-auto{
    grid-row-end: auto !important;
  }

  .sm\:tw-float-right{
    float: right !important;
  }

  .sm\:tw-float-left{
    float: left !important;
  }

  .sm\:tw-float-none{
    float: none !important;
  }

  .sm\:tw-clear-left{
    clear: left !important;
  }

  .sm\:tw-clear-right{
    clear: right !important;
  }

  .sm\:tw-clear-both{
    clear: both !important;
  }

  .sm\:tw-clear-none{
    clear: none !important;
  }

  .sm\:tw-m-0{
    margin: 0 !important;
  }

  .sm\:tw-m-1{
    margin: 0.25rem !important;
  }

  .sm\:tw-m-2{
    margin: 0.5rem !important;
  }

  .sm\:tw-m-3{
    margin: 0.75rem !important;
  }

  .sm\:tw-m-4{
    margin: 1rem !important;
  }

  .sm\:tw-m-5{
    margin: 1.25rem !important;
  }

  .sm\:tw-m-6{
    margin: 1.5rem !important;
  }

  .sm\:tw-m-8{
    margin: 2rem !important;
  }

  .sm\:tw-m-10{
    margin: 2.5rem !important;
  }

  .sm\:tw-m-12{
    margin: 3rem !important;
  }

  .sm\:tw-m-14{
    margin: 3.5rem !important;
  }

  .sm\:tw-m-16{
    margin: 4rem !important;
  }

  .sm\:tw-m-20{
    margin: 5rem !important;
  }

  .sm\:tw-m-24{
    margin: 6rem !important;
  }

  .sm\:tw-m-32{
    margin: 8rem !important;
  }

  .sm\:tw-m-40{
    margin: 10rem !important;
  }

  .sm\:tw-m-48{
    margin: 12rem !important;
  }

  .sm\:tw-m-56{
    margin: 14rem !important;
  }

  .sm\:tw-m-60{
    margin: 15rem !important;
  }

  .sm\:tw-m-64{
    margin: 16rem !important;
  }

  .sm\:tw-m-80{
    margin: 20rem !important;
  }

  .sm\:tw-m-auto{
    margin: auto !important;
  }

  .sm\:tw-m-px{
    margin: 1px !important;
  }

  .sm\:tw-m-nav{
    margin: 2.625rem !important;
  }

  .sm\:tw--m-1{
    margin: -0.25rem !important;
  }

  .sm\:tw--m-2{
    margin: -0.5rem !important;
  }

  .sm\:tw--m-3{
    margin: -0.75rem !important;
  }

  .sm\:tw--m-4{
    margin: -1rem !important;
  }

  .sm\:tw--m-5{
    margin: -1.25rem !important;
  }

  .sm\:tw--m-6{
    margin: -1.5rem !important;
  }

  .sm\:tw--m-8{
    margin: -2rem !important;
  }

  .sm\:tw--m-10{
    margin: -2.5rem !important;
  }

  .sm\:tw--m-12{
    margin: -3rem !important;
  }

  .sm\:tw--m-14{
    margin: -3.5rem !important;
  }

  .sm\:tw--m-16{
    margin: -4rem !important;
  }

  .sm\:tw--m-20{
    margin: -5rem !important;
  }

  .sm\:tw--m-24{
    margin: -6rem !important;
  }

  .sm\:tw--m-32{
    margin: -8rem !important;
  }

  .sm\:tw--m-40{
    margin: -10rem !important;
  }

  .sm\:tw--m-48{
    margin: -12rem !important;
  }

  .sm\:tw--m-56{
    margin: -14rem !important;
  }

  .sm\:tw--m-60{
    margin: -15rem !important;
  }

  .sm\:tw--m-64{
    margin: -16rem !important;
  }

  .sm\:tw--m-80{
    margin: -20rem !important;
  }

  .sm\:tw--m-px{
    margin: -1px !important;
  }

  .sm\:tw--m-nav{
    margin: -2.625rem !important;
  }

  .sm\:tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:tw-mx-nav{
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }

  .sm\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:tw--mx-nav{
    margin-left: -2.625rem !important;
    margin-right: -2.625rem !important;
  }

  .sm\:tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:tw-my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:tw-my-nav{
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .sm\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:tw--my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:tw--my-nav{
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .sm\:tw-mt-0{
    margin-top: 0 !important;
  }

  .sm\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .sm\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .sm\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .sm\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .sm\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .sm\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .sm\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .sm\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .sm\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .sm\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .sm\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .sm\:tw-mt-60{
    margin-top: 15rem !important;
  }

  .sm\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .sm\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .sm\:tw-mt-auto{
    margin-top: auto !important;
  }

  .sm\:tw-mt-px{
    margin-top: 1px !important;
  }

  .sm\:tw-mt-nav{
    margin-top: 2.625rem !important;
  }

  .sm\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .sm\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .sm\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .sm\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .sm\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .sm\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .sm\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .sm\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .sm\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .sm\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .sm\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .sm\:tw--mt-60{
    margin-top: -15rem !important;
  }

  .sm\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .sm\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .sm\:tw--mt-px{
    margin-top: -1px !important;
  }

  .sm\:tw--mt-nav{
    margin-top: -2.625rem !important;
  }

  .sm\:tw-mr-0{
    margin-right: 0 !important;
  }

  .sm\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .sm\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .sm\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .sm\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .sm\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .sm\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .sm\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .sm\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .sm\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .sm\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .sm\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .sm\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .sm\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .sm\:tw-mr-auto{
    margin-right: auto !important;
  }

  .sm\:tw-mr-px{
    margin-right: 1px !important;
  }

  .sm\:tw-mr-nav{
    margin-right: 2.625rem !important;
  }

  .sm\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .sm\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .sm\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .sm\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .sm\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .sm\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .sm\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .sm\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .sm\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .sm\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .sm\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .sm\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .sm\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .sm\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .sm\:tw--mr-px{
    margin-right: -1px !important;
  }

  .sm\:tw--mr-nav{
    margin-right: -2.625rem !important;
  }

  .sm\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .sm\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .sm\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:tw-mb-nav{
    margin-bottom: 2.625rem !important;
  }

  .sm\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .sm\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .sm\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:tw--mb-nav{
    margin-bottom: -2.625rem !important;
  }

  .sm\:tw-ml-0{
    margin-left: 0 !important;
  }

  .sm\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .sm\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .sm\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .sm\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .sm\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .sm\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .sm\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .sm\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .sm\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .sm\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .sm\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .sm\:tw-ml-60{
    margin-left: 15rem !important;
  }

  .sm\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .sm\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .sm\:tw-ml-auto{
    margin-left: auto !important;
  }

  .sm\:tw-ml-px{
    margin-left: 1px !important;
  }

  .sm\:tw-ml-nav{
    margin-left: 2.625rem !important;
  }

  .sm\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .sm\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .sm\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .sm\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .sm\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .sm\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .sm\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .sm\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .sm\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .sm\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .sm\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .sm\:tw--ml-60{
    margin-left: -15rem !important;
  }

  .sm\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .sm\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .sm\:tw--ml-px{
    margin-left: -1px !important;
  }

  .sm\:tw--ml-nav{
    margin-left: -2.625rem !important;
  }

  .sm\:tw-box-border{
    box-sizing: border-box !important;
  }

  .sm\:tw-box-content{
    box-sizing: content-box !important;
  }

  .sm\:tw-block{
    display: block !important;
  }

  .sm\:tw-inline-block{
    display: inline-block !important;
  }

  .sm\:tw-inline{
    display: inline !important;
  }

  .sm\:tw-flex{
    display: flex !important;
  }

  .sm\:tw-inline-flex{
    display: inline-flex !important;
  }

  .sm\:tw-table{
    display: table !important;
  }

  .sm\:tw-inline-table{
    display: inline-table !important;
  }

  .sm\:tw-table-caption{
    display: table-caption !important;
  }

  .sm\:tw-table-cell{
    display: table-cell !important;
  }

  .sm\:tw-table-column{
    display: table-column !important;
  }

  .sm\:tw-table-column-group{
    display: table-column-group !important;
  }

  .sm\:tw-table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:tw-table-header-group{
    display: table-header-group !important;
  }

  .sm\:tw-table-row-group{
    display: table-row-group !important;
  }

  .sm\:tw-table-row{
    display: table-row !important;
  }

  .sm\:tw-flow-root{
    display: flow-root !important;
  }

  .sm\:tw-grid{
    display: grid !important;
  }

  .sm\:tw-inline-grid{
    display: inline-grid !important;
  }

  .sm\:tw-contents{
    display: contents !important;
  }

  .sm\:tw-list-item{
    display: list-item !important;
  }

  .sm\:tw-hidden{
    display: none !important;
  }

  .sm\:tw-h-0{
    height: 0 !important;
  }

  .sm\:tw-h-1{
    height: 0.25rem !important;
  }

  .sm\:tw-h-2{
    height: 0.5rem !important;
  }

  .sm\:tw-h-3{
    height: 0.75rem !important;
  }

  .sm\:tw-h-4{
    height: 1rem !important;
  }

  .sm\:tw-h-5{
    height: 1.25rem !important;
  }

  .sm\:tw-h-6{
    height: 1.5rem !important;
  }

  .sm\:tw-h-8{
    height: 2rem !important;
  }

  .sm\:tw-h-10{
    height: 2.5rem !important;
  }

  .sm\:tw-h-12{
    height: 3rem !important;
  }

  .sm\:tw-h-14{
    height: 3.5rem !important;
  }

  .sm\:tw-h-16{
    height: 4rem !important;
  }

  .sm\:tw-h-20{
    height: 5rem !important;
  }

  .sm\:tw-h-24{
    height: 6rem !important;
  }

  .sm\:tw-h-32{
    height: 8rem !important;
  }

  .sm\:tw-h-40{
    height: 10rem !important;
  }

  .sm\:tw-h-48{
    height: 12rem !important;
  }

  .sm\:tw-h-56{
    height: 14rem !important;
  }

  .sm\:tw-h-60{
    height: 15rem !important;
  }

  .sm\:tw-h-64{
    height: 16rem !important;
  }

  .sm\:tw-h-80{
    height: 20rem !important;
  }

  .sm\:tw-h-auto{
    height: auto !important;
  }

  .sm\:tw-h-px{
    height: 1px !important;
  }

  .sm\:tw-h-nav{
    height: 2.625rem !important;
  }

  .sm\:tw-h-full{
    height: 100% !important;
  }

  .sm\:tw-h-screen{
    height: 100vh !important;
  }

  .sm\:tw-max-h-0{
    max-height: 0 !important;
  }

  .sm\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .sm\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .sm\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .sm\:tw-max-h-full{
    max-height: 100% !important;
  }

  .sm\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:tw-min-h-0{
    min-height: 0 !important;
  }

  .sm\:tw-min-h-full{
    min-height: 100% !important;
  }

  .sm\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:tw-w-0{
    width: 0 !important;
  }

  .sm\:tw-w-1{
    width: 0.25rem !important;
  }

  .sm\:tw-w-2{
    width: 0.5rem !important;
  }

  .sm\:tw-w-3{
    width: 0.75rem !important;
  }

  .sm\:tw-w-4{
    width: 1rem !important;
  }

  .sm\:tw-w-5{
    width: 1.25rem !important;
  }

  .sm\:tw-w-6{
    width: 1.5rem !important;
  }

  .sm\:tw-w-8{
    width: 2rem !important;
  }

  .sm\:tw-w-10{
    width: 2.5rem !important;
  }

  .sm\:tw-w-12{
    width: 3rem !important;
  }

  .sm\:tw-w-14{
    width: 3.5rem !important;
  }

  .sm\:tw-w-16{
    width: 4rem !important;
  }

  .sm\:tw-w-20{
    width: 5rem !important;
  }

  .sm\:tw-w-24{
    width: 6rem !important;
  }

  .sm\:tw-w-32{
    width: 8rem !important;
  }

  .sm\:tw-w-40{
    width: 10rem !important;
  }

  .sm\:tw-w-48{
    width: 12rem !important;
  }

  .sm\:tw-w-56{
    width: 14rem !important;
  }

  .sm\:tw-w-60{
    width: 15rem !important;
  }

  .sm\:tw-w-64{
    width: 16rem !important;
  }

  .sm\:tw-w-80{
    width: 20rem !important;
  }

  .sm\:tw-w-auto{
    width: auto !important;
  }

  .sm\:tw-w-px{
    width: 1px !important;
  }

  .sm\:tw-w-nav{
    width: 2.625rem !important;
  }

  .sm\:tw-w-1\/2{
    width: 50% !important;
  }

  .sm\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .sm\:tw-w-1\/4{
    width: 25% !important;
  }

  .sm\:tw-w-2\/4{
    width: 50% !important;
  }

  .sm\:tw-w-3\/4{
    width: 75% !important;
  }

  .sm\:tw-w-1\/5{
    width: 20% !important;
  }

  .sm\:tw-w-2\/5{
    width: 40% !important;
  }

  .sm\:tw-w-3\/5{
    width: 60% !important;
  }

  .sm\:tw-w-4\/5{
    width: 80% !important;
  }

  .sm\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:tw-w-3\/6{
    width: 50% !important;
  }

  .sm\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:tw-w-3\/12{
    width: 25% !important;
  }

  .sm\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:tw-w-6\/12{
    width: 50% !important;
  }

  .sm\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:tw-w-9\/12{
    width: 75% !important;
  }

  .sm\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .sm\:tw-w-full{
    width: 100% !important;
  }

  .sm\:tw-w-screen{
    width: 100vw !important;
  }

  .sm\:tw-min-w-0{
    min-width: 0 !important;
  }

  .sm\:tw-min-w-full{
    min-width: 100% !important;
  }

  .sm\:tw-max-w-none{
    max-width: none !important;
  }

  .sm\:tw-max-w-xxs{
    max-width: 15rem !important;
  }

  .sm\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .sm\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:tw-max-w-full{
    max-width: 100% !important;
  }

  .sm\:tw-max-w-screen-sm{
    max-width: 640px !important;
  }

  .sm\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:tw-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:tw-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm\:tw-flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none{
    flex: none !important;
  }

  .sm\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:tw-flex-shrink-default{
    flex-shrink: 1 !important;
  }

  .sm\:tw-flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow-default{
    flex-grow: 1 !important;
  }

  .sm\:tw-table-auto{
    table-layout: auto !important;
  }

  .sm\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .sm\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:tw-border-separate{
    border-collapse: separate !important;
  }

  .sm\:tw-origin-center{
    transform-origin: center !important;
  }

  .sm\:tw-origin-top{
    transform-origin: top !important;
  }

  .sm\:tw-origin-top-right{
    transform-origin: top right !important;
  }

  .sm\:tw-origin-right{
    transform-origin: right !important;
  }

  .sm\:tw-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .sm\:tw-origin-bottom{
    transform-origin: bottom !important;
  }

  .sm\:tw-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .sm\:tw-origin-left{
    transform-origin: left !important;
  }

  .sm\:tw-origin-top-left{
    transform-origin: top left !important;
  }

  .sm\:tw-transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:tw-transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:tw-transform-none{
    transform: none !important;
  }

  .sm\:tw-translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .sm\:tw-translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:tw-translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:tw-translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:tw-translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .sm\:tw-translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:tw-translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:tw-translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .sm\:tw-translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:tw-translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm\:tw-translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:tw-translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .sm\:tw-translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm\:tw-translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .sm\:tw-translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm\:tw-translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm\:tw-translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .sm\:tw-translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .sm\:tw-translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .sm\:tw-translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .sm\:tw-translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .sm\:tw-translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .sm\:tw-translate-x-nav{
    --tw-translate-x: 2.625rem !important;
  }

  .sm\:tw--translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:tw--translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:tw--translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:tw--translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .sm\:tw--translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:tw--translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:tw--translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .sm\:tw--translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:tw--translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm\:tw--translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:tw--translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .sm\:tw--translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm\:tw--translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .sm\:tw--translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm\:tw--translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm\:tw--translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .sm\:tw--translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .sm\:tw--translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .sm\:tw--translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .sm\:tw--translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .sm\:tw--translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .sm\:tw--translate-x-nav{
    --tw-translate-x: -2.625rem !important;
  }

  .sm\:tw--translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .sm\:tw--translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .sm\:tw-translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .sm\:tw-translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .sm\:tw-translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:tw-translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:tw-translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:tw-translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .sm\:tw-translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:tw-translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:tw-translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .sm\:tw-translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:tw-translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm\:tw-translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:tw-translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .sm\:tw-translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm\:tw-translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .sm\:tw-translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm\:tw-translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm\:tw-translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .sm\:tw-translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .sm\:tw-translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .sm\:tw-translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .sm\:tw-translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .sm\:tw-translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .sm\:tw-translate-y-nav{
    --tw-translate-y: 2.625rem !important;
  }

  .sm\:tw--translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:tw--translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:tw--translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:tw--translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .sm\:tw--translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:tw--translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:tw--translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .sm\:tw--translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:tw--translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm\:tw--translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:tw--translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .sm\:tw--translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm\:tw--translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .sm\:tw--translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm\:tw--translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm\:tw--translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .sm\:tw--translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .sm\:tw--translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .sm\:tw--translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .sm\:tw--translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .sm\:tw--translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .sm\:tw--translate-y-nav{
    --tw-translate-y: -2.625rem !important;
  }

  .sm\:tw--translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .sm\:tw--translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .sm\:tw-translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .sm\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:tw-translate-x-nav:hover{
    --tw-translate-x: 2.625rem !important;
  }

  .sm\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:tw--translate-x-nav:hover{
    --tw-translate-x: -2.625rem !important;
  }

  .sm\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .sm\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:tw-translate-y-nav:hover{
    --tw-translate-y: 2.625rem !important;
  }

  .sm\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:tw--translate-y-nav:hover{
    --tw-translate-y: -2.625rem !important;
  }

  .sm\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .sm\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:tw-translate-x-nav:focus{
    --tw-translate-x: 2.625rem !important;
  }

  .sm\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:tw--translate-x-nav:focus{
    --tw-translate-x: -2.625rem !important;
  }

  .sm\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .sm\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:tw-translate-y-nav:focus{
    --tw-translate-y: 2.625rem !important;
  }

  .sm\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:tw--translate-y-nav:focus{
    --tw-translate-y: -2.625rem !important;
  }

  .sm\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .sm\:tw-rotate-0{
    --tw-rotate: 0 !important;
  }

  .sm\:tw-rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm\:tw-rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm\:tw-rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm\:tw--rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm\:tw--rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm\:tw--rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0 !important;
  }

  .sm\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0 !important;
  }

  .sm\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm\:tw-skew-x-0{
    --tw-skew-x: 0 !important;
  }

  .sm\:tw-skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm\:tw-skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm\:tw-skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm\:tw--skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm\:tw--skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm\:tw--skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm\:tw-skew-y-0{
    --tw-skew-y: 0 !important;
  }

  .sm\:tw-skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm\:tw-skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm\:tw-skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm\:tw--skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm\:tw--skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm\:tw--skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0 !important;
  }

  .sm\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0 !important;
  }

  .sm\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0 !important;
  }

  .sm\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0 !important;
  }

  .sm\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm\:tw-scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm\:tw-scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm\:tw-scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm\:tw-scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm\:tw-scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm\:tw-scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm\:tw-scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:tw-scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:tw-scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:tw-scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:tw-scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-animate-none{
    animation: none !important;
  }

  .sm\:tw-animate-spin{
    animation: tw-spin 1s linear infinite !important;
  }

  .sm\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:tw-animate-bounce{
    animation: tw-bounce 1s infinite !important;
  }

  .sm\:tw-cursor-auto{
    cursor: auto !important;
  }

  .sm\:tw-cursor-default{
    cursor: default !important;
  }

  .sm\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:tw-cursor-wait{
    cursor: wait !important;
  }

  .sm\:tw-cursor-text{
    cursor: text !important;
  }

  .sm\:tw-cursor-move{
    cursor: move !important;
  }

  .sm\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:tw-resize-none{
    resize: none !important;
  }

  .sm\:tw-resize-y{
    resize: vertical !important;
  }

  .sm\:tw-resize-x{
    resize: horizontal !important;
  }

  .sm\:tw-resize{
    resize: both !important;
  }

  .sm\:tw-list-inside{
    list-style-position: inside !important;
  }

  .sm\:tw-list-outside{
    list-style-position: outside !important;
  }

  .sm\:tw-list-none{
    list-style-type: none !important;
  }

  .sm\:tw-list-disc{
    list-style-type: disc !important;
  }

  .sm\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:tw-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:tw-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .sm\:tw-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .sm\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:tw-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:tw-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .sm\:tw-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:tw-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .sm\:tw-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .sm\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:tw-flex-row{
    flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col{
    flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:tw-flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .sm\:tw-place-content-center{
    place-content: center !important;
  }

  .sm\:tw-place-content-start{
    place-content: start !important;
  }

  .sm\:tw-place-content-end{
    place-content: end !important;
  }

  .sm\:tw-place-content-between{
    place-content: space-between !important;
  }

  .sm\:tw-place-content-around{
    place-content: space-around !important;
  }

  .sm\:tw-place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:tw-place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:tw-place-items-start{
    place-items: start !important;
  }

  .sm\:tw-place-items-end{
    place-items: end !important;
  }

  .sm\:tw-place-items-center{
    place-items: center !important;
  }

  .sm\:tw-place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:tw-content-center{
    align-content: center !important;
  }

  .sm\:tw-content-start{
    align-content: flex-start !important;
  }

  .sm\:tw-content-end{
    align-content: flex-end !important;
  }

  .sm\:tw-content-between{
    align-content: space-between !important;
  }

  .sm\:tw-content-around{
    align-content: space-around !important;
  }

  .sm\:tw-content-evenly{
    align-content: space-evenly !important;
  }

  .sm\:tw-items-start{
    align-items: flex-start !important;
  }

  .sm\:tw-items-end{
    align-items: flex-end !important;
  }

  .sm\:tw-items-center{
    align-items: center !important;
  }

  .sm\:tw-items-baseline{
    align-items: baseline !important;
  }

  .sm\:tw-items-stretch{
    align-items: stretch !important;
  }

  .sm\:tw-justify-start{
    justify-content: flex-start !important;
  }

  .sm\:tw-justify-end{
    justify-content: flex-end !important;
  }

  .sm\:tw-justify-center{
    justify-content: center !important;
  }

  .sm\:tw-justify-between{
    justify-content: space-between !important;
  }

  .sm\:tw-justify-around{
    justify-content: space-around !important;
  }

  .sm\:tw-justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:tw-justify-items-start{
    justify-items: start !important;
  }

  .sm\:tw-justify-items-end{
    justify-items: end !important;
  }

  .sm\:tw-justify-items-center{
    justify-items: center !important;
  }

  .sm\:tw-justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:tw-gap-0{
    gap: 0 !important;
  }

  .sm\:tw-gap-1{
    gap: 0.25rem !important;
  }

  .sm\:tw-gap-2{
    gap: 0.5rem !important;
  }

  .sm\:tw-gap-3{
    gap: 0.75rem !important;
  }

  .sm\:tw-gap-4{
    gap: 1rem !important;
  }

  .sm\:tw-gap-5{
    gap: 1.25rem !important;
  }

  .sm\:tw-gap-6{
    gap: 1.5rem !important;
  }

  .sm\:tw-gap-8{
    gap: 2rem !important;
  }

  .sm\:tw-gap-10{
    gap: 2.5rem !important;
  }

  .sm\:tw-gap-12{
    gap: 3rem !important;
  }

  .sm\:tw-gap-14{
    gap: 3.5rem !important;
  }

  .sm\:tw-gap-16{
    gap: 4rem !important;
  }

  .sm\:tw-gap-20{
    gap: 5rem !important;
  }

  .sm\:tw-gap-24{
    gap: 6rem !important;
  }

  .sm\:tw-gap-32{
    gap: 8rem !important;
  }

  .sm\:tw-gap-40{
    gap: 10rem !important;
  }

  .sm\:tw-gap-48{
    gap: 12rem !important;
  }

  .sm\:tw-gap-56{
    gap: 14rem !important;
  }

  .sm\:tw-gap-60{
    gap: 15rem !important;
  }

  .sm\:tw-gap-64{
    gap: 16rem !important;
  }

  .sm\:tw-gap-80{
    gap: 20rem !important;
  }

  .sm\:tw-gap-px{
    gap: 1px !important;
  }

  .sm\:tw-gap-nav{
    gap: 2.625rem !important;
  }

  .sm\:tw-gap-x-0{
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:tw-gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:tw-gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:tw-gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:tw-gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:tw-gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:tw-gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:tw-gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:tw-gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:tw-gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:tw-gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:tw-gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:tw-gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:tw-gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:tw-gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:tw-gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:tw-gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:tw-gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:tw-gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:tw-gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:tw-gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:tw-gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:tw-gap-x-nav{
    -moz-column-gap: 2.625rem !important;
         column-gap: 2.625rem !important;
  }

  .sm\:tw-gap-y-0{
    row-gap: 0 !important;
  }

  .sm\:tw-gap-y-1{
    row-gap: 0.25rem !important;
  }

  .sm\:tw-gap-y-2{
    row-gap: 0.5rem !important;
  }

  .sm\:tw-gap-y-3{
    row-gap: 0.75rem !important;
  }

  .sm\:tw-gap-y-4{
    row-gap: 1rem !important;
  }

  .sm\:tw-gap-y-5{
    row-gap: 1.25rem !important;
  }

  .sm\:tw-gap-y-6{
    row-gap: 1.5rem !important;
  }

  .sm\:tw-gap-y-8{
    row-gap: 2rem !important;
  }

  .sm\:tw-gap-y-10{
    row-gap: 2.5rem !important;
  }

  .sm\:tw-gap-y-12{
    row-gap: 3rem !important;
  }

  .sm\:tw-gap-y-14{
    row-gap: 3.5rem !important;
  }

  .sm\:tw-gap-y-16{
    row-gap: 4rem !important;
  }

  .sm\:tw-gap-y-20{
    row-gap: 5rem !important;
  }

  .sm\:tw-gap-y-24{
    row-gap: 6rem !important;
  }

  .sm\:tw-gap-y-32{
    row-gap: 8rem !important;
  }

  .sm\:tw-gap-y-40{
    row-gap: 10rem !important;
  }

  .sm\:tw-gap-y-48{
    row-gap: 12rem !important;
  }

  .sm\:tw-gap-y-56{
    row-gap: 14rem !important;
  }

  .sm\:tw-gap-y-60{
    row-gap: 15rem !important;
  }

  .sm\:tw-gap-y-64{
    row-gap: 16rem !important;
  }

  .sm\:tw-gap-y-80{
    row-gap: 20rem !important;
  }

  .sm\:tw-gap-y-px{
    row-gap: 1px !important;
  }

  .sm\:tw-gap-y-nav{
    row-gap: 2.625rem !important;
  }

  .sm\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .sm\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor !important;
  }

  .sm\:tw-divide-light_gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-210 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-510 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-911 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .sm\:tw-place-self-auto{
    place-self: auto !important;
  }

  .sm\:tw-place-self-start{
    place-self: start !important;
  }

  .sm\:tw-place-self-end{
    place-self: end !important;
  }

  .sm\:tw-place-self-center{
    place-self: center !important;
  }

  .sm\:tw-place-self-stretch{
    place-self: stretch !important;
  }

  .sm\:tw-self-auto{
    align-self: auto !important;
  }

  .sm\:tw-self-start{
    align-self: flex-start !important;
  }

  .sm\:tw-self-end{
    align-self: flex-end !important;
  }

  .sm\:tw-self-center{
    align-self: center !important;
  }

  .sm\:tw-self-stretch{
    align-self: stretch !important;
  }

  .sm\:tw-self-baseline{
    align-self: baseline !important;
  }

  .sm\:tw-justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:tw-justify-self-start{
    justify-self: start !important;
  }

  .sm\:tw-justify-self-end{
    justify-self: end !important;
  }

  .sm\:tw-justify-self-center{
    justify-self: center !important;
  }

  .sm\:tw-justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:tw-overflow-auto{
    overflow: auto !important;
  }

  .sm\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:tw-overflow-visible{
    overflow: visible !important;
  }

  .sm\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:tw-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .sm\:tw-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .sm\:tw-overscroll-none{
    overscroll-behavior: none !important;
  }

  .sm\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:tw-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:tw-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:tw-overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .sm\:tw-overflow-clip{
    text-overflow: clip !important;
  }

  .sm\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .sm\:tw-whitespace-nowrap{
    white-space: nowrap !important;
  }

  .sm\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .sm\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:tw-break-all{
    word-break: break-all !important;
  }

  .sm\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .sm\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-default{
    border-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-t-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tl-default{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-bl-default{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-border-0{
    border-width: 0 !important;
  }

  .sm\:tw-border-2{
    border-width: 2px !important;
  }

  .sm\:tw-border-4{
    border-width: 4px !important;
  }

  .sm\:tw-border-8{
    border-width: 8px !important;
  }

  .sm\:tw-border-default{
    border-width: 1px !important;
  }

  .sm\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:tw-border-t-default{
    border-top-width: 1px !important;
  }

  .sm\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:tw-border-r-default{
    border-right-width: 1px !important;
  }

  .sm\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:tw-border-b-default{
    border-bottom-width: 1px !important;
  }

  .sm\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:tw-border-l-default{
    border-left-width: 1px !important;
  }

  .sm\:tw-border-solid{
    border-style: solid !important;
  }

  .sm\:tw-border-dashed{
    border-style: dashed !important;
  }

  .sm\:tw-border-dotted{
    border-style: dotted !important;
  }

  .sm\:tw-border-double{
    border-style: double !important;
  }

  .sm\:tw-border-none{
    border-style: none !important;
  }

  .sm\:tw-border-transparent{
    border-color: transparent !important;
  }

  .sm\:tw-border-current{
    border-color: currentColor !important;
  }

  .sm\:tw-border-light_gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-210{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-510{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-911{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-current:hover{
    border-color: currentColor !important;
  }

  .sm\:hover\:tw-border-light_gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-210:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-510:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-911:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-current:focus{
    border-color: currentColor !important;
  }

  .sm\:focus\:tw-border-light_gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-210:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-510:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-911:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm\:tw-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:tw-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:tw-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:tw-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .sm\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .sm\:tw-bg-current{
    background-color: currentColor !important;
  }

  .sm\:tw-bg-light_gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-210{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-510{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-911{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:tw-bg-current:hover{
    background-color: currentColor !important;
  }

  .sm\:hover\:tw-bg-light_gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-210:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-510:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-911:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:tw-bg-current:focus{
    background-color: currentColor !important;
  }

  .sm\:focus\:tw-bg-light_gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-210:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-510:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-911:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:tw-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:tw-bg-none{
    background-image: none !important;
  }

  .sm\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:tw-from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-current{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-light_gray{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:tw-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:tw-from-gray-200{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:tw-from-gray-210{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:tw-from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:tw-from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:tw-from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:tw-from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:tw-from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:tw-from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:tw-from-gray-910{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:tw-from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:tw-from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:tw-from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:tw-from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:tw-from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:tw-from-red-510{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:tw-from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:tw-from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:tw-from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:tw-from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:tw-from-red-910{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:tw-from-red-911{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:tw-from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:tw-from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:tw-from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:tw-from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:tw-from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:tw-from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:tw-from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:tw-from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:tw-from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:tw-from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:tw-from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:tw-from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:tw-from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:tw-from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:tw-from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:tw-from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:tw-from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:tw-from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:tw-from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:tw-from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:tw-from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:tw-from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:tw-from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:tw-from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:tw-from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:tw-from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:tw-from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:tw-from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:tw-from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:tw-from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:tw-from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:tw-from-teal-500{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:tw-from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:tw-from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:tw-from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:tw-from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:tw-from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:tw-from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:tw-from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:tw-from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:tw-from-blue-500{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:tw-from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:tw-from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:tw-from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:tw-from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:tw-from-blue-910{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:tw-from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:tw-from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:tw-from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:tw-from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:tw-from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:tw-from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:tw-from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:tw-from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:tw-from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:tw-from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:tw-from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:tw-from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:tw-from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:tw-from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:tw-from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:tw-from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:tw-from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:tw-from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:tw-from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:tw-from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:tw-from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:tw-from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:tw-from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:tw-from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:tw-from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:tw-from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-current:hover{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-light_gray:hover{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-210:hover{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-910:hover{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:hover\:tw-from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:tw-from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:tw-from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:tw-from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:tw-from-red-510:hover{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:tw-from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:tw-from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:tw-from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:tw-from-red-910:hover{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:hover\:tw-from-red-911:hover{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:tw-from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:tw-from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:tw-from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:tw-from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:tw-from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:tw-from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:tw-from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:tw-from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-500:hover{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-910:hover{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-current:focus{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-light_gray:focus{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-210:focus{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-910:focus{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:focus\:tw-from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:tw-from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:tw-from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:tw-from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:tw-from-red-510:focus{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:tw-from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:tw-from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:tw-from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:tw-from-red-910:focus{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:focus\:tw-from-red-911:focus{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:tw-from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:tw-from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:tw-from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:tw-from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:tw-from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:tw-from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:tw-from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:tw-from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-500:focus{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-910:focus{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-light_gray{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:tw-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:tw-via-gray-210{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:tw-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:tw-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:tw-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:tw-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:tw-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:tw-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:tw-via-gray-910{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:tw-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:tw-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:tw-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:tw-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:tw-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:tw-via-red-510{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:tw-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:tw-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:tw-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:tw-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:tw-via-red-910{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:tw-via-red-911{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:tw-via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:tw-via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:tw-via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:tw-via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:tw-via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:tw-via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:tw-via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:tw-via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:tw-via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:tw-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:tw-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:tw-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:tw-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:tw-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:tw-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:tw-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:tw-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:tw-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:tw-via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:tw-via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:tw-via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:tw-via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:tw-via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:tw-via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:tw-via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:tw-via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:tw-via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:tw-via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:tw-via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:tw-via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:tw-via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:tw-via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:tw-via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:tw-via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:tw-via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:tw-via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:tw-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:tw-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:tw-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:tw-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:tw-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:tw-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:tw-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:tw-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:tw-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:tw-via-blue-910{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:tw-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:tw-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:tw-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:tw-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:tw-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:tw-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:tw-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:tw-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:tw-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:tw-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:tw-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:tw-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:tw-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:tw-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:tw-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:tw-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:tw-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:tw-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:tw-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:tw-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:tw-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:tw-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:tw-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:tw-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:tw-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:tw-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-light_gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-210:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:tw-via-red-510:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:tw-via-red-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:hover\:tw-via-red-911:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-light_gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-210:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .sm\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:tw-via-red-510:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:tw-via-red-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .sm\:focus\:tw-via-red-911:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:tw-to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .sm\:tw-to-current{
    --tw-gradient-to: currentColor !important;
  }

  .sm\:tw-to-light_gray{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .sm\:tw-to-black{
    --tw-gradient-to: #000 !important;
  }

  .sm\:tw-to-white{
    --tw-gradient-to: #fff !important;
  }

  .sm\:tw-to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:tw-to-gray-200{
    --tw-gradient-to: #edf2f7 !important;
  }

  .sm\:tw-to-gray-210{
    --tw-gradient-to: #f0ecec !important;
  }

  .sm\:tw-to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:tw-to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:tw-to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:tw-to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:tw-to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:tw-to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:tw-to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:tw-to-gray-910{
    --tw-gradient-to: #2c343b !important;
  }

  .sm\:tw-to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:tw-to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:tw-to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:tw-to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:tw-to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:tw-to-red-510{
    --tw-gradient-to: #f6695e !important;
  }

  .sm\:tw-to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:tw-to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:tw-to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:tw-to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:tw-to-red-910{
    --tw-gradient-to: #f44336 !important;
  }

  .sm\:tw-to-red-911{
    --tw-gradient-to: #ff5656 !important;
  }

  .sm\:tw-to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:tw-to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:tw-to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:tw-to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:tw-to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:tw-to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:tw-to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:tw-to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:tw-to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:tw-to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:tw-to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:tw-to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:tw-to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:tw-to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:tw-to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:tw-to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:tw-to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:tw-to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:tw-to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:tw-to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:tw-to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:tw-to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:tw-to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:tw-to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:tw-to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:tw-to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:tw-to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:tw-to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:tw-to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:tw-to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:tw-to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:tw-to-teal-500{
    --tw-gradient-to: #38b2ac !important;
  }

  .sm\:tw-to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:tw-to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:tw-to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:tw-to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:tw-to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:tw-to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:tw-to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:tw-to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:tw-to-blue-500{
    --tw-gradient-to: #4299e1 !important;
  }

  .sm\:tw-to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:tw-to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:tw-to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:tw-to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:tw-to-blue-910{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .sm\:tw-to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:tw-to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:tw-to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:tw-to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:tw-to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:tw-to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:tw-to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:tw-to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:tw-to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:tw-to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:tw-to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:tw-to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:tw-to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:tw-to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:tw-to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:tw-to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:tw-to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:tw-to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:tw-to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:tw-to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:tw-to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:tw-to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:tw-to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:tw-to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:tw-to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:tw-to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:tw-to-pink-900{
    --tw-gradient-to: #702459 !important;
  }

  .sm\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:tw-to-current:hover{
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:tw-to-light_gray:hover{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .sm\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:tw-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to: #edf2f7 !important;
  }

  .sm\:hover\:tw-to-gray-210:hover{
    --tw-gradient-to: #f0ecec !important;
  }

  .sm\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:hover\:tw-to-gray-910:hover{
    --tw-gradient-to: #2c343b !important;
  }

  .sm\:hover\:tw-to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:hover\:tw-to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:hover\:tw-to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:hover\:tw-to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:hover\:tw-to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:hover\:tw-to-red-510:hover{
    --tw-gradient-to: #f6695e !important;
  }

  .sm\:hover\:tw-to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:hover\:tw-to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:hover\:tw-to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:hover\:tw-to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:hover\:tw-to-red-910:hover{
    --tw-gradient-to: #f44336 !important;
  }

  .sm\:hover\:tw-to-red-911:hover{
    --tw-gradient-to: #ff5656 !important;
  }

  .sm\:hover\:tw-to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:hover\:tw-to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:hover\:tw-to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:hover\:tw-to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:hover\:tw-to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:hover\:tw-to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:hover\:tw-to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:hover\:tw-to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:hover\:tw-to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:hover\:tw-to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:hover\:tw-to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:hover\:tw-to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:hover\:tw-to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:hover\:tw-to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:hover\:tw-to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:hover\:tw-to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:hover\:tw-to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:hover\:tw-to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:hover\:tw-to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:hover\:tw-to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:hover\:tw-to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:hover\:tw-to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:hover\:tw-to-teal-500:hover{
    --tw-gradient-to: #38b2ac !important;
  }

  .sm\:hover\:tw-to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:hover\:tw-to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:hover\:tw-to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:hover\:tw-to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to: #4299e1 !important;
  }

  .sm\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:hover\:tw-to-blue-910:hover{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .sm\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to: #702459 !important;
  }

  .sm\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:tw-to-current:focus{
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:tw-to-light_gray:focus{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .sm\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:tw-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .sm\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to: #edf2f7 !important;
  }

  .sm\:focus\:tw-to-gray-210:focus{
    --tw-gradient-to: #f0ecec !important;
  }

  .sm\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .sm\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .sm\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .sm\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .sm\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .sm\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .sm\:focus\:tw-to-gray-910:focus{
    --tw-gradient-to: #2c343b !important;
  }

  .sm\:focus\:tw-to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .sm\:focus\:tw-to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .sm\:focus\:tw-to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .sm\:focus\:tw-to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .sm\:focus\:tw-to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .sm\:focus\:tw-to-red-510:focus{
    --tw-gradient-to: #f6695e !important;
  }

  .sm\:focus\:tw-to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .sm\:focus\:tw-to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .sm\:focus\:tw-to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .sm\:focus\:tw-to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .sm\:focus\:tw-to-red-910:focus{
    --tw-gradient-to: #f44336 !important;
  }

  .sm\:focus\:tw-to-red-911:focus{
    --tw-gradient-to: #ff5656 !important;
  }

  .sm\:focus\:tw-to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .sm\:focus\:tw-to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .sm\:focus\:tw-to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .sm\:focus\:tw-to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .sm\:focus\:tw-to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .sm\:focus\:tw-to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .sm\:focus\:tw-to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .sm\:focus\:tw-to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .sm\:focus\:tw-to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .sm\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .sm\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .sm\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .sm\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .sm\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .sm\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .sm\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .sm\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .sm\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .sm\:focus\:tw-to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .sm\:focus\:tw-to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .sm\:focus\:tw-to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .sm\:focus\:tw-to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .sm\:focus\:tw-to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .sm\:focus\:tw-to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .sm\:focus\:tw-to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .sm\:focus\:tw-to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .sm\:focus\:tw-to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .sm\:focus\:tw-to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .sm\:focus\:tw-to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .sm\:focus\:tw-to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .sm\:focus\:tw-to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .sm\:focus\:tw-to-teal-500:focus{
    --tw-gradient-to: #38b2ac !important;
  }

  .sm\:focus\:tw-to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .sm\:focus\:tw-to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .sm\:focus\:tw-to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .sm\:focus\:tw-to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .sm\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .sm\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .sm\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .sm\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .sm\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to: #4299e1 !important;
  }

  .sm\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .sm\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .sm\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .sm\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .sm\:focus\:tw-to-blue-910:focus{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .sm\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .sm\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .sm\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .sm\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .sm\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .sm\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .sm\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .sm\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .sm\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .sm\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .sm\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .sm\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .sm\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .sm\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .sm\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .sm\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .sm\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .sm\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .sm\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .sm\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .sm\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .sm\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .sm\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .sm\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .sm\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .sm\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .sm\:tw-decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:tw-decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:tw-bg-auto{
    background-size: auto !important;
  }

  .sm\:tw-bg-cover{
    background-size: cover !important;
  }

  .sm\:tw-bg-contain{
    background-size: contain !important;
  }

  .sm\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:tw-bg-local{
    background-attachment: local !important;
  }

  .sm\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:tw-bg-clip-border{
    background-clip: border-box !important;
  }

  .sm\:tw-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm\:tw-bg-clip-content{
    background-clip: content-box !important;
  }

  .sm\:tw-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .sm\:tw-bg-center{
    background-position: center !important;
  }

  .sm\:tw-bg-left{
    background-position: left !important;
  }

  .sm\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:tw-bg-left-top{
    background-position: left top !important;
  }

  .sm\:tw-bg-right{
    background-position: right !important;
  }

  .sm\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:tw-bg-right-top{
    background-position: right top !important;
  }

  .sm\:tw-bg-top{
    background-position: top !important;
  }

  .sm\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:tw-bg-origin-border{
    background-origin: border-box !important;
  }

  .sm\:tw-bg-origin-padding{
    background-origin: padding-box !important;
  }

  .sm\:tw-bg-origin-content{
    background-origin: content-box !important;
  }

  .sm\:tw-fill-current{
    fill: currentColor !important;
  }

  .sm\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .sm\:tw-stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:tw-stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:tw-stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:tw-p-0{
    padding: 0 !important;
  }

  .sm\:tw-p-1{
    padding: 0.25rem !important;
  }

  .sm\:tw-p-2{
    padding: 0.5rem !important;
  }

  .sm\:tw-p-3{
    padding: 0.75rem !important;
  }

  .sm\:tw-p-4{
    padding: 1rem !important;
  }

  .sm\:tw-p-5{
    padding: 1.25rem !important;
  }

  .sm\:tw-p-6{
    padding: 1.5rem !important;
  }

  .sm\:tw-p-8{
    padding: 2rem !important;
  }

  .sm\:tw-p-10{
    padding: 2.5rem !important;
  }

  .sm\:tw-p-12{
    padding: 3rem !important;
  }

  .sm\:tw-p-14{
    padding: 3.5rem !important;
  }

  .sm\:tw-p-16{
    padding: 4rem !important;
  }

  .sm\:tw-p-20{
    padding: 5rem !important;
  }

  .sm\:tw-p-24{
    padding: 6rem !important;
  }

  .sm\:tw-p-32{
    padding: 8rem !important;
  }

  .sm\:tw-p-40{
    padding: 10rem !important;
  }

  .sm\:tw-p-48{
    padding: 12rem !important;
  }

  .sm\:tw-p-56{
    padding: 14rem !important;
  }

  .sm\:tw-p-60{
    padding: 15rem !important;
  }

  .sm\:tw-p-64{
    padding: 16rem !important;
  }

  .sm\:tw-p-80{
    padding: 20rem !important;
  }

  .sm\:tw-p-px{
    padding: 1px !important;
  }

  .sm\:tw-p-nav{
    padding: 2.625rem !important;
  }

  .sm\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:tw-px-nav{
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }

  .sm\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:tw-py-nav{
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .sm\:tw-pt-0{
    padding-top: 0 !important;
  }

  .sm\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .sm\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .sm\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .sm\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .sm\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .sm\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .sm\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .sm\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .sm\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .sm\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .sm\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .sm\:tw-pt-60{
    padding-top: 15rem !important;
  }

  .sm\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .sm\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .sm\:tw-pt-px{
    padding-top: 1px !important;
  }

  .sm\:tw-pt-nav{
    padding-top: 2.625rem !important;
  }

  .sm\:tw-pr-0{
    padding-right: 0 !important;
  }

  .sm\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .sm\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .sm\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .sm\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .sm\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .sm\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .sm\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .sm\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .sm\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .sm\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .sm\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .sm\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .sm\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .sm\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .sm\:tw-pr-px{
    padding-right: 1px !important;
  }

  .sm\:tw-pr-nav{
    padding-right: 2.625rem !important;
  }

  .sm\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .sm\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .sm\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:tw-pb-nav{
    padding-bottom: 2.625rem !important;
  }

  .sm\:tw-pl-0{
    padding-left: 0 !important;
  }

  .sm\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .sm\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .sm\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .sm\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .sm\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .sm\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .sm\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .sm\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .sm\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .sm\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .sm\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .sm\:tw-pl-60{
    padding-left: 15rem !important;
  }

  .sm\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .sm\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .sm\:tw-pl-px{
    padding-left: 1px !important;
  }

  .sm\:tw-pl-nav{
    padding-left: 2.625rem !important;
  }

  .sm\:tw-text-left{
    text-align: left !important;
  }

  .sm\:tw-text-center{
    text-align: center !important;
  }

  .sm\:tw-text-right{
    text-align: right !important;
  }

  .sm\:tw-text-justify{
    text-align: justify !important;
  }

  .sm\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:tw-align-top{
    vertical-align: top !important;
  }

  .sm\:tw-align-middle{
    vertical-align: middle !important;
  }

  .sm\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:tw-font-ubuntu{
    font-family: Ubuntu !important;
  }

  .sm\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .sm\:tw-text-base{
    font-size: 1rem !important;
  }

  .sm\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .sm\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .sm\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .sm\:tw-font-thin{
    font-weight: 200 !important;
  }

  .sm\:tw-font-light{
    font-weight: 300 !important;
  }

  .sm\:tw-font-normal{
    font-weight: 400 !important;
  }

  .sm\:tw-font-medium{
    font-weight: 500 !important;
  }

  .sm\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .sm\:tw-font-bold{
    font-weight: 700 !important;
  }

  .sm\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:tw-font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .sm\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .sm\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .sm\:tw-normal-case{
    text-transform: none !important;
  }

  .sm\:tw-italic{
    font-style: italic !important;
  }

  .sm\:tw-not-italic{
    font-style: normal !important;
  }

  .sm\:tw-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:tw-normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:tw-ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:tw-lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tw-leading-3{
    line-height: .75rem !important;
  }

  .sm\:tw-leading-4{
    line-height: 1rem !important;
  }

  .sm\:tw-leading-5{
    line-height: 1.25rem !important;
  }

  .sm\:tw-leading-6{
    line-height: 1.5rem !important;
  }

  .sm\:tw-leading-7{
    line-height: 1.75rem !important;
  }

  .sm\:tw-leading-8{
    line-height: 2rem !important;
  }

  .sm\:tw-leading-9{
    line-height: 2.25rem !important;
  }

  .sm\:tw-leading-10{
    line-height: 2.5rem !important;
  }

  .sm\:tw-leading-none{
    line-height: 1 !important;
  }

  .sm\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:tw-leading-loose{
    line-height: 2 !important;
  }

  .sm\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:tw-text-transparent{
    color: transparent !important;
  }

  .sm\:tw-text-current{
    color: currentColor !important;
  }

  .sm\:tw-text-light_gray{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-210{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-910{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-510{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-910{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-911{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-910{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:tw-text-current:hover{
    color: currentColor !important;
  }

  .sm\:hover\:tw-text-light_gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-210:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-510:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-911:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:tw-text-current:focus{
    color: currentColor !important;
  }

  .sm\:focus\:tw-text-light_gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-210:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-510:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-911:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm\:tw-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:tw-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:tw-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:tw-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm\:tw-underline{
    text-decoration: underline !important;
  }

  .sm\:tw-line-through{
    text-decoration: line-through !important;
  }

  .sm\:tw-no-underline{
    text-decoration: none !important;
  }

  .sm\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:tw-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .sm\:tw-placeholder-light_gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-light_gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-210::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-210::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-510::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-510::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-911::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-911::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-light_gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-light_gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-210:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-210:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-510:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-510:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-911:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-911:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-opacity-0{
    opacity: 0 !important;
  }

  .sm\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:tw-opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:tw-bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .sm\:tw-bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .sm\:tw-bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .sm\:tw-bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .sm\:tw-bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .sm\:tw-bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .sm\:tw-bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .sm\:tw-bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .sm\:tw-bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .sm\:tw-bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .sm\:tw-bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .sm\:tw-bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .sm\:tw-bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .sm\:tw-bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .sm\:tw-bg-blend-color{
    background-blend-mode: color !important;
  }

  .sm\:tw-bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .sm\:tw-mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .sm\:tw-mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .sm\:tw-mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .sm\:tw-mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .sm\:tw-mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .sm\:tw-mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .sm\:tw-mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .sm\:tw-mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .sm\:tw-mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .sm\:tw-mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .sm\:tw-mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .sm\:tw-mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .sm\:tw-mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .sm\:tw-mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .sm\:tw-mix-blend-color{
    mix-blend-mode: color !important;
  }

  .sm\:tw-mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .sm\:tw-shadow-xs{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-default{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-xs:hover{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-default:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-xs:focus{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-default:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm\:tw-ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .sm\:tw-ring-current{
    --tw-ring-color: currentColor !important;
  }

  .sm\:tw-ring-light_gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-210{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-510{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-911{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-light_gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-210:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-510:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-911:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:tw-ring-current:focus{
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-light_gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-210:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-510:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-911:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:tw-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:tw-ring-offset-current{
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:tw-ring-offset-light_gray{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .sm\:tw-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:tw-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:tw-ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:tw-ring-offset-gray-200{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .sm\:tw-ring-offset-gray-210{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .sm\:tw-ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:tw-ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:tw-ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:tw-ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:tw-ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:tw-ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:tw-ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:tw-ring-offset-gray-910{
    --tw-ring-offset-color: #2c343b !important;
  }

  .sm\:tw-ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:tw-ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:tw-ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:tw-ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:tw-ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:tw-ring-offset-red-510{
    --tw-ring-offset-color: #f6695e !important;
  }

  .sm\:tw-ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:tw-ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:tw-ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:tw-ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:tw-ring-offset-red-910{
    --tw-ring-offset-color: #f44336 !important;
  }

  .sm\:tw-ring-offset-red-911{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .sm\:tw-ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:tw-ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:tw-ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:tw-ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:tw-ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:tw-ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:tw-ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:tw-ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:tw-ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:tw-ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:tw-ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:tw-ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:tw-ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:tw-ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:tw-ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:tw-ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:tw-ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:tw-ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:tw-ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:tw-ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:tw-ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:tw-ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:tw-ring-offset-teal-500{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .sm\:tw-ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:tw-ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:tw-ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:tw-ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:tw-ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:tw-ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:tw-ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:tw-ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:tw-ring-offset-blue-500{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .sm\:tw-ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:tw-ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:tw-ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:tw-ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:tw-ring-offset-blue-910{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .sm\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:tw-ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:tw-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:tw-ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:tw-ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:tw-ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:tw-ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:tw-ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:tw-ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:tw-ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:tw-ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:tw-ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:tw-ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:tw-ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:tw-ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:tw-ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:tw-ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:tw-ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:tw-ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !important;
  }

  .sm\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-offset-light_gray:focus-within{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-210:focus-within{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-910:focus-within{
    --tw-ring-offset-color: #2c343b !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-510:focus-within{
    --tw-ring-offset-color: #f6695e !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-910:focus-within{
    --tw-ring-offset-color: #f44336 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-911:focus-within{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-910:focus-within{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !important;
  }

  .sm\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-offset-light_gray:focus{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .sm\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .sm\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-210:focus{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .sm\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .sm\:focus\:tw-ring-offset-gray-910:focus{
    --tw-ring-offset-color: #2c343b !important;
  }

  .sm\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .sm\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .sm\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .sm\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .sm\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .sm\:focus\:tw-ring-offset-red-510:focus{
    --tw-ring-offset-color: #f6695e !important;
  }

  .sm\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .sm\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .sm\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .sm\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .sm\:focus\:tw-ring-offset-red-910:focus{
    --tw-ring-offset-color: #f44336 !important;
  }

  .sm\:focus\:tw-ring-offset-red-911:focus{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .sm\:focus\:tw-ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .sm\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .sm\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .sm\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .sm\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .sm\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .sm\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .sm\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .sm\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .sm\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .sm\:focus\:tw-ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .sm\:focus\:tw-ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .sm\:focus\:tw-ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-500:focus{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .sm\:focus\:tw-ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .sm\:focus\:tw-ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .sm\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .sm\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .sm\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-910:focus{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .sm\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .sm\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .sm\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .sm\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .sm\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .sm\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .sm\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .sm\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .sm\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .sm\:tw-filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:tw-filter-none{
    filter: none !important;
  }

  .sm\:tw-blur-0{
    --tw-blur: blur(0) !important;
  }

  .sm\:tw-blur-none{
    --tw-blur: blur(0) !important;
  }

  .sm\:tw-blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .sm\:tw-blur{
    --tw-blur: blur(8px) !important;
  }

  .sm\:tw-blur-md{
    --tw-blur: blur(12px) !important;
  }

  .sm\:tw-blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .sm\:tw-blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .sm\:tw-blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .sm\:tw-blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .sm\:tw-brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .sm\:tw-brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:tw-brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:tw-brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:tw-brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:tw-brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .sm\:tw-brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:tw-brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:tw-brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:tw-brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:tw-brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .sm\:tw-contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .sm\:tw-contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:tw-contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:tw-contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .sm\:tw-contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:tw-contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:tw-contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .sm\:tw-drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:tw-drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:tw-drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:tw-drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:tw-drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:tw-drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:tw-drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:tw-grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:tw-grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:tw-hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:tw-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:tw-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:tw-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:tw-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:tw-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:tw--hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:tw--hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:tw--hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:tw--hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:tw--hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:tw-invert-0{
    --tw-invert: invert(0) !important;
  }

  .sm\:tw-invert{
    --tw-invert: invert(100%) !important;
  }

  .sm\:tw-saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .sm\:tw-saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:tw-saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .sm\:tw-saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:tw-saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .sm\:tw-sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .sm\:tw-sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:tw-backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:tw-backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:tw-backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:tw-backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:tw-backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:tw-backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:tw-backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:tw-backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:tw-backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:tw-backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:tw-backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:tw-backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:tw-transition-none{
    transition-property: none !important;
  }

  .sm\:tw-transition-all{
    transition-property: all !important;
  }

  .sm\:tw-transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:tw-transition-opacity{
    transition-property: opacity !important;
  }

  .sm\:tw-transition-shadow{
    transition-property: box-shadow !important;
  }

  .sm\:tw-transition-transform{
    transition-property: transform !important;
  }

  .sm\:tw-delay-75{
    transition-delay: 75ms !important;
  }

  .sm\:tw-delay-100{
    transition-delay: 100ms !important;
  }

  .sm\:tw-delay-150{
    transition-delay: 150ms !important;
  }

  .sm\:tw-delay-200{
    transition-delay: 200ms !important;
  }

  .sm\:tw-delay-300{
    transition-delay: 300ms !important;
  }

  .sm\:tw-delay-500{
    transition-delay: 500ms !important;
  }

  .sm\:tw-delay-700{
    transition-delay: 700ms !important;
  }

  .sm\:tw-delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm\:tw-duration-75{
    transition-duration: 75ms !important;
  }

  .sm\:tw-duration-100{
    transition-duration: 100ms !important;
  }

  .sm\:tw-duration-150{
    transition-duration: 150ms !important;
  }

  .sm\:tw-duration-200{
    transition-duration: 200ms !important;
  }

  .sm\:tw-duration-300{
    transition-duration: 300ms !important;
  }

  .sm\:tw-duration-500{
    transition-duration: 500ms !important;
  }

  .sm\:tw-duration-700{
    transition-duration: 700ms !important;
  }

  .sm\:tw-duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm\:tw-ease-linear{
    transition-timing-function: linear !important;
  }

  .sm\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px){
  .md\:tw-container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:tw-container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:tw-container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:tw-container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:tw-container{
      max-width: 1280px;
    }
  }

  .md\:tw-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:tw-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:tw-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:tw-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .md\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:tw-visible{
    visibility: visible !important;
  }

  .md\:tw-invisible{
    visibility: hidden !important;
  }

  .md\:tw-static{
    position: static !important;
  }

  .md\:tw-fixed{
    position: fixed !important;
  }

  .md\:tw-absolute{
    position: absolute !important;
  }

  .md\:tw-relative{
    position: relative !important;
  }

  .md\:tw-sticky{
    position: sticky !important;
  }

  .md\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .md\:tw-inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .md\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:tw-top-0{
    top: 0 !important;
  }

  .md\:tw-top-auto{
    top: auto !important;
  }

  .md\:tw-right-0{
    right: 0 !important;
  }

  .md\:tw-right-auto{
    right: auto !important;
  }

  .md\:tw-bottom-0{
    bottom: 0 !important;
  }

  .md\:tw-bottom-auto{
    bottom: auto !important;
  }

  .md\:tw-left-0{
    left: 0 !important;
  }

  .md\:tw-left-auto{
    left: auto !important;
  }

  .md\:tw-isolate{
    isolation: isolate !important;
  }

  .md\:tw-isolation-auto{
    isolation: auto !important;
  }

  .md\:tw-z-0{
    z-index: 0 !important;
  }

  .md\:tw-z-10{
    z-index: 10 !important;
  }

  .md\:tw-z-20{
    z-index: 20 !important;
  }

  .md\:tw-z-30{
    z-index: 30 !important;
  }

  .md\:tw-z-40{
    z-index: 40 !important;
  }

  .md\:tw-z-50{
    z-index: 50 !important;
  }

  .md\:tw-z-auto{
    z-index: auto !important;
  }

  .md\:tw-order-1{
    order: 1 !important;
  }

  .md\:tw-order-2{
    order: 2 !important;
  }

  .md\:tw-order-3{
    order: 3 !important;
  }

  .md\:tw-order-4{
    order: 4 !important;
  }

  .md\:tw-order-5{
    order: 5 !important;
  }

  .md\:tw-order-6{
    order: 6 !important;
  }

  .md\:tw-order-7{
    order: 7 !important;
  }

  .md\:tw-order-8{
    order: 8 !important;
  }

  .md\:tw-order-9{
    order: 9 !important;
  }

  .md\:tw-order-10{
    order: 10 !important;
  }

  .md\:tw-order-11{
    order: 11 !important;
  }

  .md\:tw-order-12{
    order: 12 !important;
  }

  .md\:tw-order-first{
    order: -9999 !important;
  }

  .md\:tw-order-last{
    order: 9999 !important;
  }

  .md\:tw-order-none{
    order: 0 !important;
  }

  .md\:tw-col-auto{
    grid-column: auto !important;
  }

  .md\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:tw-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:tw-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:tw-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:tw-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:tw-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:tw-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:tw-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:tw-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:tw-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:tw-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:tw-col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:tw-col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:tw-col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:tw-col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:tw-col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:tw-col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:tw-col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:tw-col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:tw-col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:tw-col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:tw-col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:tw-col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:tw-col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:tw-col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:tw-col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:tw-col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:tw-col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:tw-col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:tw-col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:tw-col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:tw-col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:tw-col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:tw-col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:tw-col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:tw-col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:tw-col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:tw-col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:tw-col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:tw-row-auto{
    grid-row: auto !important;
  }

  .md\:tw-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:tw-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:tw-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:tw-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:tw-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:tw-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:tw-row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:tw-row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:tw-row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:tw-row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:tw-row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:tw-row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:tw-row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:tw-row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:tw-row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:tw-row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:tw-row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:tw-row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:tw-row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:tw-row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:tw-row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:tw-row-end-auto{
    grid-row-end: auto !important;
  }

  .md\:tw-float-right{
    float: right !important;
  }

  .md\:tw-float-left{
    float: left !important;
  }

  .md\:tw-float-none{
    float: none !important;
  }

  .md\:tw-clear-left{
    clear: left !important;
  }

  .md\:tw-clear-right{
    clear: right !important;
  }

  .md\:tw-clear-both{
    clear: both !important;
  }

  .md\:tw-clear-none{
    clear: none !important;
  }

  .md\:tw-m-0{
    margin: 0 !important;
  }

  .md\:tw-m-1{
    margin: 0.25rem !important;
  }

  .md\:tw-m-2{
    margin: 0.5rem !important;
  }

  .md\:tw-m-3{
    margin: 0.75rem !important;
  }

  .md\:tw-m-4{
    margin: 1rem !important;
  }

  .md\:tw-m-5{
    margin: 1.25rem !important;
  }

  .md\:tw-m-6{
    margin: 1.5rem !important;
  }

  .md\:tw-m-8{
    margin: 2rem !important;
  }

  .md\:tw-m-10{
    margin: 2.5rem !important;
  }

  .md\:tw-m-12{
    margin: 3rem !important;
  }

  .md\:tw-m-14{
    margin: 3.5rem !important;
  }

  .md\:tw-m-16{
    margin: 4rem !important;
  }

  .md\:tw-m-20{
    margin: 5rem !important;
  }

  .md\:tw-m-24{
    margin: 6rem !important;
  }

  .md\:tw-m-32{
    margin: 8rem !important;
  }

  .md\:tw-m-40{
    margin: 10rem !important;
  }

  .md\:tw-m-48{
    margin: 12rem !important;
  }

  .md\:tw-m-56{
    margin: 14rem !important;
  }

  .md\:tw-m-60{
    margin: 15rem !important;
  }

  .md\:tw-m-64{
    margin: 16rem !important;
  }

  .md\:tw-m-80{
    margin: 20rem !important;
  }

  .md\:tw-m-auto{
    margin: auto !important;
  }

  .md\:tw-m-px{
    margin: 1px !important;
  }

  .md\:tw-m-nav{
    margin: 2.625rem !important;
  }

  .md\:tw--m-1{
    margin: -0.25rem !important;
  }

  .md\:tw--m-2{
    margin: -0.5rem !important;
  }

  .md\:tw--m-3{
    margin: -0.75rem !important;
  }

  .md\:tw--m-4{
    margin: -1rem !important;
  }

  .md\:tw--m-5{
    margin: -1.25rem !important;
  }

  .md\:tw--m-6{
    margin: -1.5rem !important;
  }

  .md\:tw--m-8{
    margin: -2rem !important;
  }

  .md\:tw--m-10{
    margin: -2.5rem !important;
  }

  .md\:tw--m-12{
    margin: -3rem !important;
  }

  .md\:tw--m-14{
    margin: -3.5rem !important;
  }

  .md\:tw--m-16{
    margin: -4rem !important;
  }

  .md\:tw--m-20{
    margin: -5rem !important;
  }

  .md\:tw--m-24{
    margin: -6rem !important;
  }

  .md\:tw--m-32{
    margin: -8rem !important;
  }

  .md\:tw--m-40{
    margin: -10rem !important;
  }

  .md\:tw--m-48{
    margin: -12rem !important;
  }

  .md\:tw--m-56{
    margin: -14rem !important;
  }

  .md\:tw--m-60{
    margin: -15rem !important;
  }

  .md\:tw--m-64{
    margin: -16rem !important;
  }

  .md\:tw--m-80{
    margin: -20rem !important;
  }

  .md\:tw--m-px{
    margin: -1px !important;
  }

  .md\:tw--m-nav{
    margin: -2.625rem !important;
  }

  .md\:tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:tw-mx-nav{
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }

  .md\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:tw--mx-nav{
    margin-left: -2.625rem !important;
    margin-right: -2.625rem !important;
  }

  .md\:tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:tw-my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:tw-my-nav{
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .md\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:tw--my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:tw--my-nav{
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .md\:tw-mt-0{
    margin-top: 0 !important;
  }

  .md\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .md\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .md\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .md\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .md\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .md\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .md\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .md\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .md\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .md\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .md\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .md\:tw-mt-60{
    margin-top: 15rem !important;
  }

  .md\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .md\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .md\:tw-mt-auto{
    margin-top: auto !important;
  }

  .md\:tw-mt-px{
    margin-top: 1px !important;
  }

  .md\:tw-mt-nav{
    margin-top: 2.625rem !important;
  }

  .md\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .md\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .md\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .md\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .md\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .md\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .md\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .md\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .md\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .md\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .md\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .md\:tw--mt-60{
    margin-top: -15rem !important;
  }

  .md\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .md\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .md\:tw--mt-px{
    margin-top: -1px !important;
  }

  .md\:tw--mt-nav{
    margin-top: -2.625rem !important;
  }

  .md\:tw-mr-0{
    margin-right: 0 !important;
  }

  .md\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .md\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .md\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .md\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .md\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .md\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .md\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .md\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .md\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .md\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .md\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .md\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .md\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .md\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .md\:tw-mr-auto{
    margin-right: auto !important;
  }

  .md\:tw-mr-px{
    margin-right: 1px !important;
  }

  .md\:tw-mr-nav{
    margin-right: 2.625rem !important;
  }

  .md\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .md\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .md\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .md\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .md\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .md\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .md\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .md\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .md\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .md\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .md\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .md\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .md\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .md\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .md\:tw--mr-px{
    margin-right: -1px !important;
  }

  .md\:tw--mr-nav{
    margin-right: -2.625rem !important;
  }

  .md\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .md\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .md\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .md\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .md\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .md\:tw-mb-nav{
    margin-bottom: 2.625rem !important;
  }

  .md\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .md\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .md\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .md\:tw--mb-nav{
    margin-bottom: -2.625rem !important;
  }

  .md\:tw-ml-0{
    margin-left: 0 !important;
  }

  .md\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .md\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .md\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .md\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .md\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .md\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .md\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .md\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .md\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .md\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .md\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .md\:tw-ml-60{
    margin-left: 15rem !important;
  }

  .md\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .md\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .md\:tw-ml-auto{
    margin-left: auto !important;
  }

  .md\:tw-ml-px{
    margin-left: 1px !important;
  }

  .md\:tw-ml-nav{
    margin-left: 2.625rem !important;
  }

  .md\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .md\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .md\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .md\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .md\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .md\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .md\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .md\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .md\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .md\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .md\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .md\:tw--ml-60{
    margin-left: -15rem !important;
  }

  .md\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .md\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .md\:tw--ml-px{
    margin-left: -1px !important;
  }

  .md\:tw--ml-nav{
    margin-left: -2.625rem !important;
  }

  .md\:tw-box-border{
    box-sizing: border-box !important;
  }

  .md\:tw-box-content{
    box-sizing: content-box !important;
  }

  .md\:tw-block{
    display: block !important;
  }

  .md\:tw-inline-block{
    display: inline-block !important;
  }

  .md\:tw-inline{
    display: inline !important;
  }

  .md\:tw-flex{
    display: flex !important;
  }

  .md\:tw-inline-flex{
    display: inline-flex !important;
  }

  .md\:tw-table{
    display: table !important;
  }

  .md\:tw-inline-table{
    display: inline-table !important;
  }

  .md\:tw-table-caption{
    display: table-caption !important;
  }

  .md\:tw-table-cell{
    display: table-cell !important;
  }

  .md\:tw-table-column{
    display: table-column !important;
  }

  .md\:tw-table-column-group{
    display: table-column-group !important;
  }

  .md\:tw-table-footer-group{
    display: table-footer-group !important;
  }

  .md\:tw-table-header-group{
    display: table-header-group !important;
  }

  .md\:tw-table-row-group{
    display: table-row-group !important;
  }

  .md\:tw-table-row{
    display: table-row !important;
  }

  .md\:tw-flow-root{
    display: flow-root !important;
  }

  .md\:tw-grid{
    display: grid !important;
  }

  .md\:tw-inline-grid{
    display: inline-grid !important;
  }

  .md\:tw-contents{
    display: contents !important;
  }

  .md\:tw-list-item{
    display: list-item !important;
  }

  .md\:tw-hidden{
    display: none !important;
  }

  .md\:tw-h-0{
    height: 0 !important;
  }

  .md\:tw-h-1{
    height: 0.25rem !important;
  }

  .md\:tw-h-2{
    height: 0.5rem !important;
  }

  .md\:tw-h-3{
    height: 0.75rem !important;
  }

  .md\:tw-h-4{
    height: 1rem !important;
  }

  .md\:tw-h-5{
    height: 1.25rem !important;
  }

  .md\:tw-h-6{
    height: 1.5rem !important;
  }

  .md\:tw-h-8{
    height: 2rem !important;
  }

  .md\:tw-h-10{
    height: 2.5rem !important;
  }

  .md\:tw-h-12{
    height: 3rem !important;
  }

  .md\:tw-h-14{
    height: 3.5rem !important;
  }

  .md\:tw-h-16{
    height: 4rem !important;
  }

  .md\:tw-h-20{
    height: 5rem !important;
  }

  .md\:tw-h-24{
    height: 6rem !important;
  }

  .md\:tw-h-32{
    height: 8rem !important;
  }

  .md\:tw-h-40{
    height: 10rem !important;
  }

  .md\:tw-h-48{
    height: 12rem !important;
  }

  .md\:tw-h-56{
    height: 14rem !important;
  }

  .md\:tw-h-60{
    height: 15rem !important;
  }

  .md\:tw-h-64{
    height: 16rem !important;
  }

  .md\:tw-h-80{
    height: 20rem !important;
  }

  .md\:tw-h-auto{
    height: auto !important;
  }

  .md\:tw-h-px{
    height: 1px !important;
  }

  .md\:tw-h-nav{
    height: 2.625rem !important;
  }

  .md\:tw-h-full{
    height: 100% !important;
  }

  .md\:tw-h-screen{
    height: 100vh !important;
  }

  .md\:tw-max-h-0{
    max-height: 0 !important;
  }

  .md\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .md\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .md\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .md\:tw-max-h-full{
    max-height: 100% !important;
  }

  .md\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .md\:tw-min-h-0{
    min-height: 0 !important;
  }

  .md\:tw-min-h-full{
    min-height: 100% !important;
  }

  .md\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .md\:tw-w-0{
    width: 0 !important;
  }

  .md\:tw-w-1{
    width: 0.25rem !important;
  }

  .md\:tw-w-2{
    width: 0.5rem !important;
  }

  .md\:tw-w-3{
    width: 0.75rem !important;
  }

  .md\:tw-w-4{
    width: 1rem !important;
  }

  .md\:tw-w-5{
    width: 1.25rem !important;
  }

  .md\:tw-w-6{
    width: 1.5rem !important;
  }

  .md\:tw-w-8{
    width: 2rem !important;
  }

  .md\:tw-w-10{
    width: 2.5rem !important;
  }

  .md\:tw-w-12{
    width: 3rem !important;
  }

  .md\:tw-w-14{
    width: 3.5rem !important;
  }

  .md\:tw-w-16{
    width: 4rem !important;
  }

  .md\:tw-w-20{
    width: 5rem !important;
  }

  .md\:tw-w-24{
    width: 6rem !important;
  }

  .md\:tw-w-32{
    width: 8rem !important;
  }

  .md\:tw-w-40{
    width: 10rem !important;
  }

  .md\:tw-w-48{
    width: 12rem !important;
  }

  .md\:tw-w-56{
    width: 14rem !important;
  }

  .md\:tw-w-60{
    width: 15rem !important;
  }

  .md\:tw-w-64{
    width: 16rem !important;
  }

  .md\:tw-w-80{
    width: 20rem !important;
  }

  .md\:tw-w-auto{
    width: auto !important;
  }

  .md\:tw-w-px{
    width: 1px !important;
  }

  .md\:tw-w-nav{
    width: 2.625rem !important;
  }

  .md\:tw-w-1\/2{
    width: 50% !important;
  }

  .md\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .md\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .md\:tw-w-1\/4{
    width: 25% !important;
  }

  .md\:tw-w-2\/4{
    width: 50% !important;
  }

  .md\:tw-w-3\/4{
    width: 75% !important;
  }

  .md\:tw-w-1\/5{
    width: 20% !important;
  }

  .md\:tw-w-2\/5{
    width: 40% !important;
  }

  .md\:tw-w-3\/5{
    width: 60% !important;
  }

  .md\:tw-w-4\/5{
    width: 80% !important;
  }

  .md\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .md\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .md\:tw-w-3\/6{
    width: 50% !important;
  }

  .md\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .md\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .md\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .md\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .md\:tw-w-3\/12{
    width: 25% !important;
  }

  .md\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .md\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .md\:tw-w-6\/12{
    width: 50% !important;
  }

  .md\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .md\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .md\:tw-w-9\/12{
    width: 75% !important;
  }

  .md\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .md\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .md\:tw-w-full{
    width: 100% !important;
  }

  .md\:tw-w-screen{
    width: 100vw !important;
  }

  .md\:tw-min-w-0{
    min-width: 0 !important;
  }

  .md\:tw-min-w-full{
    min-width: 100% !important;
  }

  .md\:tw-max-w-none{
    max-width: none !important;
  }

  .md\:tw-max-w-xxs{
    max-width: 15rem !important;
  }

  .md\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .md\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .md\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .md\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .md\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .md\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:tw-max-w-full{
    max-width: 100% !important;
  }

  .md\:tw-max-w-screen-sm{
    max-width: 640px !important;
  }

  .md\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:tw-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:tw-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md\:tw-flex-1{
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:tw-flex-none{
    flex: none !important;
  }

  .md\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:tw-flex-shrink-default{
    flex-shrink: 1 !important;
  }

  .md\:tw-flex-grow-0{
    flex-grow: 0 !important;
  }

  .md\:tw-flex-grow-default{
    flex-grow: 1 !important;
  }

  .md\:tw-table-auto{
    table-layout: auto !important;
  }

  .md\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .md\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .md\:tw-border-separate{
    border-collapse: separate !important;
  }

  .md\:tw-origin-center{
    transform-origin: center !important;
  }

  .md\:tw-origin-top{
    transform-origin: top !important;
  }

  .md\:tw-origin-top-right{
    transform-origin: top right !important;
  }

  .md\:tw-origin-right{
    transform-origin: right !important;
  }

  .md\:tw-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .md\:tw-origin-bottom{
    transform-origin: bottom !important;
  }

  .md\:tw-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .md\:tw-origin-left{
    transform-origin: left !important;
  }

  .md\:tw-origin-top-left{
    transform-origin: top left !important;
  }

  .md\:tw-transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:tw-transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:tw-transform-none{
    transform: none !important;
  }

  .md\:tw-translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .md\:tw-translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:tw-translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:tw-translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:tw-translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .md\:tw-translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:tw-translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:tw-translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .md\:tw-translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:tw-translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md\:tw-translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:tw-translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .md\:tw-translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md\:tw-translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .md\:tw-translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md\:tw-translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md\:tw-translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .md\:tw-translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .md\:tw-translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .md\:tw-translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .md\:tw-translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .md\:tw-translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .md\:tw-translate-x-nav{
    --tw-translate-x: 2.625rem !important;
  }

  .md\:tw--translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:tw--translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:tw--translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:tw--translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .md\:tw--translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:tw--translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:tw--translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .md\:tw--translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:tw--translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md\:tw--translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:tw--translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .md\:tw--translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md\:tw--translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .md\:tw--translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md\:tw--translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md\:tw--translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .md\:tw--translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .md\:tw--translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .md\:tw--translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .md\:tw--translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .md\:tw--translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .md\:tw--translate-x-nav{
    --tw-translate-x: -2.625rem !important;
  }

  .md\:tw--translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .md\:tw--translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .md\:tw-translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .md\:tw-translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .md\:tw-translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .md\:tw-translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:tw-translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:tw-translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:tw-translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .md\:tw-translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:tw-translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:tw-translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .md\:tw-translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:tw-translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md\:tw-translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:tw-translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .md\:tw-translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md\:tw-translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .md\:tw-translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md\:tw-translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md\:tw-translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .md\:tw-translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .md\:tw-translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .md\:tw-translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .md\:tw-translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .md\:tw-translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .md\:tw-translate-y-nav{
    --tw-translate-y: 2.625rem !important;
  }

  .md\:tw--translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:tw--translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:tw--translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:tw--translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .md\:tw--translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:tw--translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:tw--translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .md\:tw--translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:tw--translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md\:tw--translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:tw--translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .md\:tw--translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md\:tw--translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .md\:tw--translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md\:tw--translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md\:tw--translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .md\:tw--translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .md\:tw--translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .md\:tw--translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .md\:tw--translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .md\:tw--translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .md\:tw--translate-y-nav{
    --tw-translate-y: -2.625rem !important;
  }

  .md\:tw--translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .md\:tw--translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .md\:tw-translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .md\:tw-translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .md\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:tw-translate-x-nav:hover{
    --tw-translate-x: 2.625rem !important;
  }

  .md\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:tw--translate-x-nav:hover{
    --tw-translate-x: -2.625rem !important;
  }

  .md\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .md\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:tw-translate-y-nav:hover{
    --tw-translate-y: 2.625rem !important;
  }

  .md\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:tw--translate-y-nav:hover{
    --tw-translate-y: -2.625rem !important;
  }

  .md\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .md\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:tw-translate-x-nav:focus{
    --tw-translate-x: 2.625rem !important;
  }

  .md\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:tw--translate-x-nav:focus{
    --tw-translate-x: -2.625rem !important;
  }

  .md\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .md\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:tw-translate-y-nav:focus{
    --tw-translate-y: 2.625rem !important;
  }

  .md\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:tw--translate-y-nav:focus{
    --tw-translate-y: -2.625rem !important;
  }

  .md\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .md\:tw-rotate-0{
    --tw-rotate: 0 !important;
  }

  .md\:tw-rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md\:tw-rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md\:tw-rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md\:tw--rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md\:tw--rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md\:tw--rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0 !important;
  }

  .md\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0 !important;
  }

  .md\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md\:tw-skew-x-0{
    --tw-skew-x: 0 !important;
  }

  .md\:tw-skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md\:tw-skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md\:tw-skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md\:tw--skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md\:tw--skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md\:tw--skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md\:tw-skew-y-0{
    --tw-skew-y: 0 !important;
  }

  .md\:tw-skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md\:tw-skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md\:tw-skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md\:tw--skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md\:tw--skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md\:tw--skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0 !important;
  }

  .md\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0 !important;
  }

  .md\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0 !important;
  }

  .md\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0 !important;
  }

  .md\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md\:tw-scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md\:tw-scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md\:tw-scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md\:tw-scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md\:tw-scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md\:tw-scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md\:tw-scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md\:tw-scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md\:tw-scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md\:tw-scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md\:tw-scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-animate-none{
    animation: none !important;
  }

  .md\:tw-animate-spin{
    animation: tw-spin 1s linear infinite !important;
  }

  .md\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:tw-animate-bounce{
    animation: tw-bounce 1s infinite !important;
  }

  .md\:tw-cursor-auto{
    cursor: auto !important;
  }

  .md\:tw-cursor-default{
    cursor: default !important;
  }

  .md\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .md\:tw-cursor-wait{
    cursor: wait !important;
  }

  .md\:tw-cursor-text{
    cursor: text !important;
  }

  .md\:tw-cursor-move{
    cursor: move !important;
  }

  .md\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:tw-resize-none{
    resize: none !important;
  }

  .md\:tw-resize-y{
    resize: vertical !important;
  }

  .md\:tw-resize-x{
    resize: horizontal !important;
  }

  .md\:tw-resize{
    resize: both !important;
  }

  .md\:tw-list-inside{
    list-style-position: inside !important;
  }

  .md\:tw-list-outside{
    list-style-position: outside !important;
  }

  .md\:tw-list-none{
    list-style-type: none !important;
  }

  .md\:tw-list-disc{
    list-style-type: disc !important;
  }

  .md\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .md\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:tw-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:tw-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .md\:tw-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .md\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:tw-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:tw-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:tw-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:tw-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .md\:tw-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .md\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:tw-flex-row{
    flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col{
    flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:tw-flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .md\:tw-place-content-center{
    place-content: center !important;
  }

  .md\:tw-place-content-start{
    place-content: start !important;
  }

  .md\:tw-place-content-end{
    place-content: end !important;
  }

  .md\:tw-place-content-between{
    place-content: space-between !important;
  }

  .md\:tw-place-content-around{
    place-content: space-around !important;
  }

  .md\:tw-place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:tw-place-content-stretch{
    place-content: stretch !important;
  }

  .md\:tw-place-items-start{
    place-items: start !important;
  }

  .md\:tw-place-items-end{
    place-items: end !important;
  }

  .md\:tw-place-items-center{
    place-items: center !important;
  }

  .md\:tw-place-items-stretch{
    place-items: stretch !important;
  }

  .md\:tw-content-center{
    align-content: center !important;
  }

  .md\:tw-content-start{
    align-content: flex-start !important;
  }

  .md\:tw-content-end{
    align-content: flex-end !important;
  }

  .md\:tw-content-between{
    align-content: space-between !important;
  }

  .md\:tw-content-around{
    align-content: space-around !important;
  }

  .md\:tw-content-evenly{
    align-content: space-evenly !important;
  }

  .md\:tw-items-start{
    align-items: flex-start !important;
  }

  .md\:tw-items-end{
    align-items: flex-end !important;
  }

  .md\:tw-items-center{
    align-items: center !important;
  }

  .md\:tw-items-baseline{
    align-items: baseline !important;
  }

  .md\:tw-items-stretch{
    align-items: stretch !important;
  }

  .md\:tw-justify-start{
    justify-content: flex-start !important;
  }

  .md\:tw-justify-end{
    justify-content: flex-end !important;
  }

  .md\:tw-justify-center{
    justify-content: center !important;
  }

  .md\:tw-justify-between{
    justify-content: space-between !important;
  }

  .md\:tw-justify-around{
    justify-content: space-around !important;
  }

  .md\:tw-justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:tw-justify-items-start{
    justify-items: start !important;
  }

  .md\:tw-justify-items-end{
    justify-items: end !important;
  }

  .md\:tw-justify-items-center{
    justify-items: center !important;
  }

  .md\:tw-justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:tw-gap-0{
    gap: 0 !important;
  }

  .md\:tw-gap-1{
    gap: 0.25rem !important;
  }

  .md\:tw-gap-2{
    gap: 0.5rem !important;
  }

  .md\:tw-gap-3{
    gap: 0.75rem !important;
  }

  .md\:tw-gap-4{
    gap: 1rem !important;
  }

  .md\:tw-gap-5{
    gap: 1.25rem !important;
  }

  .md\:tw-gap-6{
    gap: 1.5rem !important;
  }

  .md\:tw-gap-8{
    gap: 2rem !important;
  }

  .md\:tw-gap-10{
    gap: 2.5rem !important;
  }

  .md\:tw-gap-12{
    gap: 3rem !important;
  }

  .md\:tw-gap-14{
    gap: 3.5rem !important;
  }

  .md\:tw-gap-16{
    gap: 4rem !important;
  }

  .md\:tw-gap-20{
    gap: 5rem !important;
  }

  .md\:tw-gap-24{
    gap: 6rem !important;
  }

  .md\:tw-gap-32{
    gap: 8rem !important;
  }

  .md\:tw-gap-40{
    gap: 10rem !important;
  }

  .md\:tw-gap-48{
    gap: 12rem !important;
  }

  .md\:tw-gap-56{
    gap: 14rem !important;
  }

  .md\:tw-gap-60{
    gap: 15rem !important;
  }

  .md\:tw-gap-64{
    gap: 16rem !important;
  }

  .md\:tw-gap-80{
    gap: 20rem !important;
  }

  .md\:tw-gap-px{
    gap: 1px !important;
  }

  .md\:tw-gap-nav{
    gap: 2.625rem !important;
  }

  .md\:tw-gap-x-0{
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:tw-gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:tw-gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:tw-gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:tw-gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:tw-gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:tw-gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:tw-gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:tw-gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:tw-gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:tw-gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:tw-gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:tw-gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:tw-gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:tw-gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:tw-gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:tw-gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:tw-gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:tw-gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:tw-gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:tw-gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:tw-gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:tw-gap-x-nav{
    -moz-column-gap: 2.625rem !important;
         column-gap: 2.625rem !important;
  }

  .md\:tw-gap-y-0{
    row-gap: 0 !important;
  }

  .md\:tw-gap-y-1{
    row-gap: 0.25rem !important;
  }

  .md\:tw-gap-y-2{
    row-gap: 0.5rem !important;
  }

  .md\:tw-gap-y-3{
    row-gap: 0.75rem !important;
  }

  .md\:tw-gap-y-4{
    row-gap: 1rem !important;
  }

  .md\:tw-gap-y-5{
    row-gap: 1.25rem !important;
  }

  .md\:tw-gap-y-6{
    row-gap: 1.5rem !important;
  }

  .md\:tw-gap-y-8{
    row-gap: 2rem !important;
  }

  .md\:tw-gap-y-10{
    row-gap: 2.5rem !important;
  }

  .md\:tw-gap-y-12{
    row-gap: 3rem !important;
  }

  .md\:tw-gap-y-14{
    row-gap: 3.5rem !important;
  }

  .md\:tw-gap-y-16{
    row-gap: 4rem !important;
  }

  .md\:tw-gap-y-20{
    row-gap: 5rem !important;
  }

  .md\:tw-gap-y-24{
    row-gap: 6rem !important;
  }

  .md\:tw-gap-y-32{
    row-gap: 8rem !important;
  }

  .md\:tw-gap-y-40{
    row-gap: 10rem !important;
  }

  .md\:tw-gap-y-48{
    row-gap: 12rem !important;
  }

  .md\:tw-gap-y-56{
    row-gap: 14rem !important;
  }

  .md\:tw-gap-y-60{
    row-gap: 15rem !important;
  }

  .md\:tw-gap-y-64{
    row-gap: 16rem !important;
  }

  .md\:tw-gap-y-80{
    row-gap: 20rem !important;
  }

  .md\:tw-gap-y-px{
    row-gap: 1px !important;
  }

  .md\:tw-gap-y-nav{
    row-gap: 2.625rem !important;
  }

  .md\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .md\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor !important;
  }

  .md\:tw-divide-light_gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-210 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-510 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-911 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .md\:tw-place-self-auto{
    place-self: auto !important;
  }

  .md\:tw-place-self-start{
    place-self: start !important;
  }

  .md\:tw-place-self-end{
    place-self: end !important;
  }

  .md\:tw-place-self-center{
    place-self: center !important;
  }

  .md\:tw-place-self-stretch{
    place-self: stretch !important;
  }

  .md\:tw-self-auto{
    align-self: auto !important;
  }

  .md\:tw-self-start{
    align-self: flex-start !important;
  }

  .md\:tw-self-end{
    align-self: flex-end !important;
  }

  .md\:tw-self-center{
    align-self: center !important;
  }

  .md\:tw-self-stretch{
    align-self: stretch !important;
  }

  .md\:tw-self-baseline{
    align-self: baseline !important;
  }

  .md\:tw-justify-self-auto{
    justify-self: auto !important;
  }

  .md\:tw-justify-self-start{
    justify-self: start !important;
  }

  .md\:tw-justify-self-end{
    justify-self: end !important;
  }

  .md\:tw-justify-self-center{
    justify-self: center !important;
  }

  .md\:tw-justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:tw-overflow-auto{
    overflow: auto !important;
  }

  .md\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .md\:tw-overflow-visible{
    overflow: visible !important;
  }

  .md\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .md\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:tw-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .md\:tw-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .md\:tw-overscroll-none{
    overscroll-behavior: none !important;
  }

  .md\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:tw-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:tw-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:tw-overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .md\:tw-overflow-clip{
    text-overflow: clip !important;
  }

  .md\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .md\:tw-whitespace-nowrap{
    white-space: nowrap !important;
  }

  .md\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .md\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .md\:tw-break-all{
    word-break: break-all !important;
  }

  .md\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .md\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:tw-rounded-default{
    border-radius: 0.25rem !important;
  }

  .md\:tw-rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .md\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-t-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tl-default{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-bl-default{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-border-0{
    border-width: 0 !important;
  }

  .md\:tw-border-2{
    border-width: 2px !important;
  }

  .md\:tw-border-4{
    border-width: 4px !important;
  }

  .md\:tw-border-8{
    border-width: 8px !important;
  }

  .md\:tw-border-default{
    border-width: 1px !important;
  }

  .md\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .md\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .md\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .md\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .md\:tw-border-t-default{
    border-top-width: 1px !important;
  }

  .md\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .md\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .md\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .md\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .md\:tw-border-r-default{
    border-right-width: 1px !important;
  }

  .md\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:tw-border-b-default{
    border-bottom-width: 1px !important;
  }

  .md\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .md\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .md\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .md\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .md\:tw-border-l-default{
    border-left-width: 1px !important;
  }

  .md\:tw-border-solid{
    border-style: solid !important;
  }

  .md\:tw-border-dashed{
    border-style: dashed !important;
  }

  .md\:tw-border-dotted{
    border-style: dotted !important;
  }

  .md\:tw-border-double{
    border-style: double !important;
  }

  .md\:tw-border-none{
    border-style: none !important;
  }

  .md\:tw-border-transparent{
    border-color: transparent !important;
  }

  .md\:tw-border-current{
    border-color: currentColor !important;
  }

  .md\:tw-border-light_gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-210{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-510{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-911{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-current:hover{
    border-color: currentColor !important;
  }

  .md\:hover\:tw-border-light_gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-210:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-510:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-911:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-current:focus{
    border-color: currentColor !important;
  }

  .md\:focus\:tw-border-light_gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-210:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-510:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-911:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md\:tw-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:tw-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:tw-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:tw-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .md\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .md\:tw-bg-current{
    background-color: currentColor !important;
  }

  .md\:tw-bg-light_gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-210{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-510{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-911{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:tw-bg-current:hover{
    background-color: currentColor !important;
  }

  .md\:hover\:tw-bg-light_gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-210:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-510:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-911:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:tw-bg-current:focus{
    background-color: currentColor !important;
  }

  .md\:focus\:tw-bg-light_gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-210:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-510:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-911:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:tw-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md\:tw-bg-none{
    background-image: none !important;
  }

  .md\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:tw-from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-current{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-light_gray{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:tw-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:tw-from-gray-200{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:tw-from-gray-210{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:tw-from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:tw-from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:tw-from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:tw-from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:tw-from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:tw-from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:tw-from-gray-910{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:tw-from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:tw-from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:tw-from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:tw-from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:tw-from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:tw-from-red-510{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:tw-from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:tw-from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:tw-from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:tw-from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:tw-from-red-910{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:tw-from-red-911{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:tw-from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:tw-from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:tw-from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:tw-from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:tw-from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:tw-from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:tw-from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:tw-from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:tw-from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:tw-from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:tw-from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:tw-from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:tw-from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:tw-from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:tw-from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:tw-from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:tw-from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:tw-from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:tw-from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:tw-from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:tw-from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:tw-from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:tw-from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:tw-from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:tw-from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:tw-from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:tw-from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:tw-from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:tw-from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:tw-from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:tw-from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:tw-from-teal-500{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:tw-from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:tw-from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:tw-from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:tw-from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:tw-from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:tw-from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:tw-from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:tw-from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:tw-from-blue-500{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:tw-from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:tw-from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:tw-from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:tw-from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:tw-from-blue-910{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:tw-from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:tw-from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:tw-from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:tw-from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:tw-from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:tw-from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:tw-from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:tw-from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:tw-from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:tw-from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:tw-from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:tw-from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:tw-from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:tw-from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:tw-from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:tw-from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:tw-from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:tw-from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:tw-from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:tw-from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:tw-from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:tw-from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:tw-from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:tw-from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:tw-from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:tw-from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-current:hover{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-light_gray:hover{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:tw-from-gray-210:hover{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:tw-from-gray-910:hover{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:hover\:tw-from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:tw-from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:tw-from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:tw-from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:tw-from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:tw-from-red-510:hover{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:hover\:tw-from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:tw-from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:tw-from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:tw-from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:tw-from-red-910:hover{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:hover\:tw-from-red-911:hover{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:hover\:tw-from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:tw-from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:tw-from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:tw-from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:tw-from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:tw-from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:tw-from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:tw-from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:tw-from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:tw-from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:tw-from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:tw-from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:tw-from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:tw-from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:tw-from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:tw-from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:tw-from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:tw-from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:tw-from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:tw-from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:tw-from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:tw-from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:tw-from-teal-500:hover{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:tw-from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:tw-from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:tw-from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:tw-from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:tw-from-blue-910:hover{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-current:focus{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-light_gray:focus{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:tw-from-gray-210:focus{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:tw-from-gray-910:focus{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:focus\:tw-from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:tw-from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:tw-from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:tw-from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:tw-from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:tw-from-red-510:focus{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:focus\:tw-from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:tw-from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:tw-from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:tw-from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:tw-from-red-910:focus{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:focus\:tw-from-red-911:focus{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:focus\:tw-from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:tw-from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:tw-from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:tw-from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:tw-from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:tw-from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:tw-from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:tw-from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:tw-from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:tw-from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:tw-from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:tw-from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:tw-from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:tw-from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:tw-from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:tw-from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:tw-from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:tw-from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:tw-from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:tw-from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:tw-from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:tw-from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:tw-from-teal-500:focus{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:tw-from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:tw-from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:tw-from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:tw-from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:tw-from-blue-910:focus{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-light_gray{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:tw-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:tw-via-gray-210{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:tw-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:tw-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:tw-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:tw-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:tw-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:tw-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:tw-via-gray-910{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:tw-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:tw-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:tw-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:tw-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:tw-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:tw-via-red-510{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:tw-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:tw-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:tw-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:tw-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:tw-via-red-910{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:tw-via-red-911{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:tw-via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:tw-via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:tw-via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:tw-via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:tw-via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:tw-via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:tw-via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:tw-via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:tw-via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:tw-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:tw-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:tw-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:tw-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:tw-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:tw-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:tw-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:tw-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:tw-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:tw-via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:tw-via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:tw-via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:tw-via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:tw-via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:tw-via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:tw-via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:tw-via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:tw-via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:tw-via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:tw-via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:tw-via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:tw-via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:tw-via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:tw-via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:tw-via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:tw-via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:tw-via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:tw-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:tw-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:tw-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:tw-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:tw-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:tw-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:tw-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:tw-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:tw-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:tw-via-blue-910{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:tw-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:tw-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:tw-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:tw-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:tw-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:tw-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:tw-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:tw-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:tw-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:tw-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:tw-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:tw-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:tw-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:tw-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:tw-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:tw-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:tw-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:tw-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:tw-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:tw-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:tw-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:tw-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:tw-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:tw-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:tw-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:tw-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-light_gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:tw-via-gray-210:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:tw-via-gray-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:tw-via-red-510:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:tw-via-red-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:hover\:tw-via-red-911:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:hover\:tw-via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:tw-via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:tw-via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:tw-via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:tw-via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:tw-via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:tw-via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:tw-via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:tw-via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:tw-via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:tw-via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:tw-via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:tw-via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:tw-via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:tw-via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:tw-via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:tw-via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:tw-via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:tw-via-blue-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-light_gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:tw-via-gray-210:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .md\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:tw-via-gray-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .md\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:tw-via-red-510:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .md\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:tw-via-red-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .md\:focus\:tw-via-red-911:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .md\:focus\:tw-via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:tw-via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:tw-via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:tw-via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:tw-via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:tw-via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:tw-via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:tw-via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:tw-via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:tw-via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:tw-via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:tw-via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:tw-via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:tw-via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:tw-via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:tw-via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:tw-via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:tw-via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:tw-via-blue-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .md\:tw-to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .md\:tw-to-current{
    --tw-gradient-to: currentColor !important;
  }

  .md\:tw-to-light_gray{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .md\:tw-to-black{
    --tw-gradient-to: #000 !important;
  }

  .md\:tw-to-white{
    --tw-gradient-to: #fff !important;
  }

  .md\:tw-to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:tw-to-gray-200{
    --tw-gradient-to: #edf2f7 !important;
  }

  .md\:tw-to-gray-210{
    --tw-gradient-to: #f0ecec !important;
  }

  .md\:tw-to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:tw-to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:tw-to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:tw-to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .md\:tw-to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:tw-to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:tw-to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:tw-to-gray-910{
    --tw-gradient-to: #2c343b !important;
  }

  .md\:tw-to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:tw-to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:tw-to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:tw-to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:tw-to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:tw-to-red-510{
    --tw-gradient-to: #f6695e !important;
  }

  .md\:tw-to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:tw-to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:tw-to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:tw-to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:tw-to-red-910{
    --tw-gradient-to: #f44336 !important;
  }

  .md\:tw-to-red-911{
    --tw-gradient-to: #ff5656 !important;
  }

  .md\:tw-to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:tw-to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:tw-to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:tw-to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:tw-to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:tw-to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:tw-to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:tw-to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:tw-to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:tw-to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:tw-to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:tw-to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:tw-to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:tw-to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:tw-to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:tw-to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:tw-to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:tw-to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .md\:tw-to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:tw-to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:tw-to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:tw-to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:tw-to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:tw-to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:tw-to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:tw-to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .md\:tw-to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .md\:tw-to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:tw-to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:tw-to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:tw-to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:tw-to-teal-500{
    --tw-gradient-to: #38b2ac !important;
  }

  .md\:tw-to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .md\:tw-to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:tw-to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:tw-to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:tw-to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:tw-to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:tw-to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:tw-to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:tw-to-blue-500{
    --tw-gradient-to: #4299e1 !important;
  }

  .md\:tw-to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:tw-to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:tw-to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:tw-to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:tw-to-blue-910{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .md\:tw-to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:tw-to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:tw-to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:tw-to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:tw-to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .md\:tw-to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:tw-to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:tw-to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .md\:tw-to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:tw-to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:tw-to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:tw-to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:tw-to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:tw-to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:tw-to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:tw-to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:tw-to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:tw-to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .md\:tw-to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:tw-to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:tw-to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:tw-to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:tw-to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:tw-to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:tw-to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:tw-to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .md\:tw-to-pink-900{
    --tw-gradient-to: #702459 !important;
  }

  .md\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:tw-to-current:hover{
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:tw-to-light_gray:hover{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .md\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:tw-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to: #edf2f7 !important;
  }

  .md\:hover\:tw-to-gray-210:hover{
    --tw-gradient-to: #f0ecec !important;
  }

  .md\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .md\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:hover\:tw-to-gray-910:hover{
    --tw-gradient-to: #2c343b !important;
  }

  .md\:hover\:tw-to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:hover\:tw-to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:hover\:tw-to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:hover\:tw-to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:hover\:tw-to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:hover\:tw-to-red-510:hover{
    --tw-gradient-to: #f6695e !important;
  }

  .md\:hover\:tw-to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:hover\:tw-to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:hover\:tw-to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:hover\:tw-to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:hover\:tw-to-red-910:hover{
    --tw-gradient-to: #f44336 !important;
  }

  .md\:hover\:tw-to-red-911:hover{
    --tw-gradient-to: #ff5656 !important;
  }

  .md\:hover\:tw-to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:hover\:tw-to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:hover\:tw-to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:hover\:tw-to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:hover\:tw-to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:hover\:tw-to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:hover\:tw-to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:hover\:tw-to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:hover\:tw-to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .md\:hover\:tw-to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:hover\:tw-to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:hover\:tw-to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:hover\:tw-to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:hover\:tw-to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:hover\:tw-to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:hover\:tw-to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:hover\:tw-to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .md\:hover\:tw-to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .md\:hover\:tw-to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:hover\:tw-to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:hover\:tw-to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:hover\:tw-to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:hover\:tw-to-teal-500:hover{
    --tw-gradient-to: #38b2ac !important;
  }

  .md\:hover\:tw-to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .md\:hover\:tw-to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:hover\:tw-to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:hover\:tw-to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to: #4299e1 !important;
  }

  .md\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:hover\:tw-to-blue-910:hover{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .md\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .md\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .md\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .md\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .md\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to: #702459 !important;
  }

  .md\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:tw-to-current:focus{
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:tw-to-light_gray:focus{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .md\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:tw-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .md\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to: #edf2f7 !important;
  }

  .md\:focus\:tw-to-gray-210:focus{
    --tw-gradient-to: #f0ecec !important;
  }

  .md\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .md\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .md\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .md\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .md\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .md\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .md\:focus\:tw-to-gray-910:focus{
    --tw-gradient-to: #2c343b !important;
  }

  .md\:focus\:tw-to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .md\:focus\:tw-to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .md\:focus\:tw-to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .md\:focus\:tw-to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .md\:focus\:tw-to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .md\:focus\:tw-to-red-510:focus{
    --tw-gradient-to: #f6695e !important;
  }

  .md\:focus\:tw-to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .md\:focus\:tw-to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .md\:focus\:tw-to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .md\:focus\:tw-to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .md\:focus\:tw-to-red-910:focus{
    --tw-gradient-to: #f44336 !important;
  }

  .md\:focus\:tw-to-red-911:focus{
    --tw-gradient-to: #ff5656 !important;
  }

  .md\:focus\:tw-to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .md\:focus\:tw-to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .md\:focus\:tw-to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .md\:focus\:tw-to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .md\:focus\:tw-to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .md\:focus\:tw-to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .md\:focus\:tw-to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .md\:focus\:tw-to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .md\:focus\:tw-to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .md\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .md\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .md\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .md\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .md\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .md\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .md\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .md\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .md\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .md\:focus\:tw-to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .md\:focus\:tw-to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .md\:focus\:tw-to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .md\:focus\:tw-to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .md\:focus\:tw-to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .md\:focus\:tw-to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .md\:focus\:tw-to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .md\:focus\:tw-to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .md\:focus\:tw-to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .md\:focus\:tw-to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .md\:focus\:tw-to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .md\:focus\:tw-to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .md\:focus\:tw-to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .md\:focus\:tw-to-teal-500:focus{
    --tw-gradient-to: #38b2ac !important;
  }

  .md\:focus\:tw-to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .md\:focus\:tw-to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .md\:focus\:tw-to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .md\:focus\:tw-to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .md\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .md\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .md\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .md\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .md\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to: #4299e1 !important;
  }

  .md\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .md\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .md\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .md\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .md\:focus\:tw-to-blue-910:focus{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .md\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .md\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .md\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .md\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .md\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .md\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .md\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .md\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .md\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .md\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .md\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .md\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .md\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .md\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .md\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .md\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .md\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .md\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .md\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .md\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .md\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .md\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .md\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .md\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .md\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .md\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .md\:tw-decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:tw-decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:tw-bg-auto{
    background-size: auto !important;
  }

  .md\:tw-bg-cover{
    background-size: cover !important;
  }

  .md\:tw-bg-contain{
    background-size: contain !important;
  }

  .md\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:tw-bg-local{
    background-attachment: local !important;
  }

  .md\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:tw-bg-clip-border{
    background-clip: border-box !important;
  }

  .md\:tw-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md\:tw-bg-clip-content{
    background-clip: content-box !important;
  }

  .md\:tw-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .md\:tw-bg-center{
    background-position: center !important;
  }

  .md\:tw-bg-left{
    background-position: left !important;
  }

  .md\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:tw-bg-left-top{
    background-position: left top !important;
  }

  .md\:tw-bg-right{
    background-position: right !important;
  }

  .md\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:tw-bg-right-top{
    background-position: right top !important;
  }

  .md\:tw-bg-top{
    background-position: top !important;
  }

  .md\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:tw-bg-origin-border{
    background-origin: border-box !important;
  }

  .md\:tw-bg-origin-padding{
    background-origin: padding-box !important;
  }

  .md\:tw-bg-origin-content{
    background-origin: content-box !important;
  }

  .md\:tw-fill-current{
    fill: currentColor !important;
  }

  .md\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .md\:tw-stroke-0{
    stroke-width: 0 !important;
  }

  .md\:tw-stroke-1{
    stroke-width: 1 !important;
  }

  .md\:tw-stroke-2{
    stroke-width: 2 !important;
  }

  .md\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:tw-p-0{
    padding: 0 !important;
  }

  .md\:tw-p-1{
    padding: 0.25rem !important;
  }

  .md\:tw-p-2{
    padding: 0.5rem !important;
  }

  .md\:tw-p-3{
    padding: 0.75rem !important;
  }

  .md\:tw-p-4{
    padding: 1rem !important;
  }

  .md\:tw-p-5{
    padding: 1.25rem !important;
  }

  .md\:tw-p-6{
    padding: 1.5rem !important;
  }

  .md\:tw-p-8{
    padding: 2rem !important;
  }

  .md\:tw-p-10{
    padding: 2.5rem !important;
  }

  .md\:tw-p-12{
    padding: 3rem !important;
  }

  .md\:tw-p-14{
    padding: 3.5rem !important;
  }

  .md\:tw-p-16{
    padding: 4rem !important;
  }

  .md\:tw-p-20{
    padding: 5rem !important;
  }

  .md\:tw-p-24{
    padding: 6rem !important;
  }

  .md\:tw-p-32{
    padding: 8rem !important;
  }

  .md\:tw-p-40{
    padding: 10rem !important;
  }

  .md\:tw-p-48{
    padding: 12rem !important;
  }

  .md\:tw-p-56{
    padding: 14rem !important;
  }

  .md\:tw-p-60{
    padding: 15rem !important;
  }

  .md\:tw-p-64{
    padding: 16rem !important;
  }

  .md\:tw-p-80{
    padding: 20rem !important;
  }

  .md\:tw-p-px{
    padding: 1px !important;
  }

  .md\:tw-p-nav{
    padding: 2.625rem !important;
  }

  .md\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:tw-px-nav{
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }

  .md\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:tw-py-nav{
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .md\:tw-pt-0{
    padding-top: 0 !important;
  }

  .md\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .md\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .md\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .md\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .md\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .md\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .md\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .md\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .md\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .md\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .md\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .md\:tw-pt-60{
    padding-top: 15rem !important;
  }

  .md\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .md\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .md\:tw-pt-px{
    padding-top: 1px !important;
  }

  .md\:tw-pt-nav{
    padding-top: 2.625rem !important;
  }

  .md\:tw-pr-0{
    padding-right: 0 !important;
  }

  .md\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .md\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .md\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .md\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .md\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .md\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .md\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .md\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .md\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .md\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .md\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .md\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .md\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .md\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .md\:tw-pr-px{
    padding-right: 1px !important;
  }

  .md\:tw-pr-nav{
    padding-right: 2.625rem !important;
  }

  .md\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .md\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .md\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .md\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .md\:tw-pb-nav{
    padding-bottom: 2.625rem !important;
  }

  .md\:tw-pl-0{
    padding-left: 0 !important;
  }

  .md\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .md\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .md\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .md\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .md\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .md\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .md\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .md\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .md\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .md\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .md\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .md\:tw-pl-60{
    padding-left: 15rem !important;
  }

  .md\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .md\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .md\:tw-pl-px{
    padding-left: 1px !important;
  }

  .md\:tw-pl-nav{
    padding-left: 2.625rem !important;
  }

  .md\:tw-text-left{
    text-align: left !important;
  }

  .md\:tw-text-center{
    text-align: center !important;
  }

  .md\:tw-text-right{
    text-align: right !important;
  }

  .md\:tw-text-justify{
    text-align: justify !important;
  }

  .md\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .md\:tw-align-top{
    vertical-align: top !important;
  }

  .md\:tw-align-middle{
    vertical-align: middle !important;
  }

  .md\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .md\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .md\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:tw-font-ubuntu{
    font-family: Ubuntu !important;
  }

  .md\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .md\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .md\:tw-text-base{
    font-size: 1rem !important;
  }

  .md\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .md\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .md\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .md\:tw-font-thin{
    font-weight: 200 !important;
  }

  .md\:tw-font-light{
    font-weight: 300 !important;
  }

  .md\:tw-font-normal{
    font-weight: 400 !important;
  }

  .md\:tw-font-medium{
    font-weight: 500 !important;
  }

  .md\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .md\:tw-font-bold{
    font-weight: 700 !important;
  }

  .md\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .md\:tw-font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .md\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .md\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .md\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .md\:tw-normal-case{
    text-transform: none !important;
  }

  .md\:tw-italic{
    font-style: italic !important;
  }

  .md\:tw-not-italic{
    font-style: normal !important;
  }

  .md\:tw-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:tw-normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:tw-ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:tw-lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:tw-leading-3{
    line-height: .75rem !important;
  }

  .md\:tw-leading-4{
    line-height: 1rem !important;
  }

  .md\:tw-leading-5{
    line-height: 1.25rem !important;
  }

  .md\:tw-leading-6{
    line-height: 1.5rem !important;
  }

  .md\:tw-leading-7{
    line-height: 1.75rem !important;
  }

  .md\:tw-leading-8{
    line-height: 2rem !important;
  }

  .md\:tw-leading-9{
    line-height: 2.25rem !important;
  }

  .md\:tw-leading-10{
    line-height: 2.5rem !important;
  }

  .md\:tw-leading-none{
    line-height: 1 !important;
  }

  .md\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .md\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .md\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .md\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:tw-leading-loose{
    line-height: 2 !important;
  }

  .md\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:tw-text-transparent{
    color: transparent !important;
  }

  .md\:tw-text-current{
    color: currentColor !important;
  }

  .md\:tw-text-light_gray{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-210{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-910{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-510{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-910{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-911{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-910{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:tw-text-current:hover{
    color: currentColor !important;
  }

  .md\:hover\:tw-text-light_gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-210:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-510:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-911:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:tw-text-current:focus{
    color: currentColor !important;
  }

  .md\:focus\:tw-text-light_gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-210:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-510:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-911:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md\:tw-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:tw-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:tw-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:tw-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md\:tw-underline{
    text-decoration: underline !important;
  }

  .md\:tw-line-through{
    text-decoration: line-through !important;
  }

  .md\:tw-no-underline{
    text-decoration: none !important;
  }

  .md\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .md\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:tw-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .md\:tw-placeholder-light_gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-light_gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-210::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-210::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-510::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-510::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-911::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-911::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-light_gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-light_gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-210:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-210:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-510:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-510:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-911:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-911:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-opacity-0{
    opacity: 0 !important;
  }

  .md\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .md\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .md\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .md\:tw-opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:tw-bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .md\:tw-bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .md\:tw-bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .md\:tw-bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .md\:tw-bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .md\:tw-bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .md\:tw-bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .md\:tw-bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .md\:tw-bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .md\:tw-bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .md\:tw-bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .md\:tw-bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .md\:tw-bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .md\:tw-bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .md\:tw-bg-blend-color{
    background-blend-mode: color !important;
  }

  .md\:tw-bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .md\:tw-mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .md\:tw-mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .md\:tw-mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .md\:tw-mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .md\:tw-mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .md\:tw-mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .md\:tw-mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .md\:tw-mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .md\:tw-mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .md\:tw-mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .md\:tw-mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .md\:tw-mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .md\:tw-mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .md\:tw-mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .md\:tw-mix-blend-color{
    mix-blend-mode: color !important;
  }

  .md\:tw-mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .md\:tw-shadow-xs{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-default{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-xs:hover{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-default:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-xs:focus{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-default:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md\:tw-ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .md\:tw-ring-current{
    --tw-ring-color: currentColor !important;
  }

  .md\:tw-ring-light_gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-210{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-510{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-911{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-light_gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-210:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-510:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-911:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:tw-ring-current:focus{
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:tw-ring-light_gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-210:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-510:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-911:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:tw-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:tw-ring-offset-current{
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:tw-ring-offset-light_gray{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .md\:tw-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:tw-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:tw-ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:tw-ring-offset-gray-200{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .md\:tw-ring-offset-gray-210{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .md\:tw-ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:tw-ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:tw-ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:tw-ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:tw-ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:tw-ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:tw-ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:tw-ring-offset-gray-910{
    --tw-ring-offset-color: #2c343b !important;
  }

  .md\:tw-ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:tw-ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:tw-ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:tw-ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:tw-ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:tw-ring-offset-red-510{
    --tw-ring-offset-color: #f6695e !important;
  }

  .md\:tw-ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:tw-ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:tw-ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:tw-ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:tw-ring-offset-red-910{
    --tw-ring-offset-color: #f44336 !important;
  }

  .md\:tw-ring-offset-red-911{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .md\:tw-ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:tw-ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:tw-ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:tw-ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:tw-ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:tw-ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:tw-ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:tw-ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:tw-ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:tw-ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:tw-ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:tw-ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:tw-ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:tw-ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:tw-ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:tw-ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:tw-ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:tw-ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:tw-ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:tw-ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:tw-ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:tw-ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:tw-ring-offset-teal-500{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .md\:tw-ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:tw-ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:tw-ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:tw-ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:tw-ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:tw-ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:tw-ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:tw-ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:tw-ring-offset-blue-500{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .md\:tw-ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:tw-ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:tw-ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:tw-ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:tw-ring-offset-blue-910{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .md\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:tw-ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:tw-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:tw-ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:tw-ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:tw-ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:tw-ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:tw-ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:tw-ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:tw-ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:tw-ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:tw-ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:tw-ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:tw-ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:tw-ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:tw-ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:tw-ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:tw-ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:tw-ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !important;
  }

  .md\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-offset-light_gray:focus-within{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .md\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-210:focus-within{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-910:focus-within{
    --tw-ring-offset-color: #2c343b !important;
  }

  .md\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-510:focus-within{
    --tw-ring-offset-color: #f6695e !important;
  }

  .md\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:focus-within\:tw-ring-offset-red-910:focus-within{
    --tw-ring-offset-color: #f44336 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-911:focus-within{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-910:focus-within{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !important;
  }

  .md\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:tw-ring-offset-light_gray:focus{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .md\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .md\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .md\:focus\:tw-ring-offset-gray-210:focus{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .md\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .md\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .md\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .md\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .md\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .md\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .md\:focus\:tw-ring-offset-gray-910:focus{
    --tw-ring-offset-color: #2c343b !important;
  }

  .md\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .md\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .md\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .md\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .md\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .md\:focus\:tw-ring-offset-red-510:focus{
    --tw-ring-offset-color: #f6695e !important;
  }

  .md\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .md\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .md\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .md\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .md\:focus\:tw-ring-offset-red-910:focus{
    --tw-ring-offset-color: #f44336 !important;
  }

  .md\:focus\:tw-ring-offset-red-911:focus{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .md\:focus\:tw-ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .md\:focus\:tw-ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .md\:focus\:tw-ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .md\:focus\:tw-ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .md\:focus\:tw-ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .md\:focus\:tw-ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .md\:focus\:tw-ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .md\:focus\:tw-ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .md\:focus\:tw-ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .md\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .md\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .md\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .md\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .md\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .md\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .md\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .md\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .md\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .md\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .md\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .md\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .md\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .md\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .md\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .md\:focus\:tw-ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .md\:focus\:tw-ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .md\:focus\:tw-ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .md\:focus\:tw-ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .md\:focus\:tw-ring-offset-teal-500:focus{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .md\:focus\:tw-ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .md\:focus\:tw-ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .md\:focus\:tw-ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .md\:focus\:tw-ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .md\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .md\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .md\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .md\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .md\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .md\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .md\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .md\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .md\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .md\:focus\:tw-ring-offset-blue-910:focus{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .md\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .md\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .md\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .md\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .md\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .md\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .md\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .md\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .md\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .md\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .md\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .md\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .md\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .md\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .md\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .md\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .md\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .md\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .md\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .md\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .md\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .md\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .md\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .md\:tw-filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:tw-filter-none{
    filter: none !important;
  }

  .md\:tw-blur-0{
    --tw-blur: blur(0) !important;
  }

  .md\:tw-blur-none{
    --tw-blur: blur(0) !important;
  }

  .md\:tw-blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .md\:tw-blur{
    --tw-blur: blur(8px) !important;
  }

  .md\:tw-blur-md{
    --tw-blur: blur(12px) !important;
  }

  .md\:tw-blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .md\:tw-blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .md\:tw-blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .md\:tw-blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .md\:tw-brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .md\:tw-brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .md\:tw-brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .md\:tw-brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .md\:tw-brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .md\:tw-brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .md\:tw-brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:tw-brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:tw-brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:tw-brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:tw-brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .md\:tw-contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .md\:tw-contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .md\:tw-contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .md\:tw-contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .md\:tw-contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:tw-contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:tw-contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .md\:tw-drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:tw-drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:tw-drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:tw-drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:tw-drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:tw-drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:tw-drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:tw-grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:tw-grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:tw-hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:tw-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:tw-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:tw-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:tw-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:tw-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:tw--hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:tw--hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:tw--hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:tw--hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:tw--hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:tw-invert-0{
    --tw-invert: invert(0) !important;
  }

  .md\:tw-invert{
    --tw-invert: invert(100%) !important;
  }

  .md\:tw-saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .md\:tw-saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .md\:tw-saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .md\:tw-saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:tw-saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .md\:tw-sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .md\:tw-sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .md\:tw-backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:tw-backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:tw-backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:tw-backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:tw-backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:tw-backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:tw-backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:tw-backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:tw-backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:tw-backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:tw-backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:tw-backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:tw-transition-none{
    transition-property: none !important;
  }

  .md\:tw-transition-all{
    transition-property: all !important;
  }

  .md\:tw-transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:tw-transition-opacity{
    transition-property: opacity !important;
  }

  .md\:tw-transition-shadow{
    transition-property: box-shadow !important;
  }

  .md\:tw-transition-transform{
    transition-property: transform !important;
  }

  .md\:tw-delay-75{
    transition-delay: 75ms !important;
  }

  .md\:tw-delay-100{
    transition-delay: 100ms !important;
  }

  .md\:tw-delay-150{
    transition-delay: 150ms !important;
  }

  .md\:tw-delay-200{
    transition-delay: 200ms !important;
  }

  .md\:tw-delay-300{
    transition-delay: 300ms !important;
  }

  .md\:tw-delay-500{
    transition-delay: 500ms !important;
  }

  .md\:tw-delay-700{
    transition-delay: 700ms !important;
  }

  .md\:tw-delay-1000{
    transition-delay: 1000ms !important;
  }

  .md\:tw-duration-75{
    transition-duration: 75ms !important;
  }

  .md\:tw-duration-100{
    transition-duration: 100ms !important;
  }

  .md\:tw-duration-150{
    transition-duration: 150ms !important;
  }

  .md\:tw-duration-200{
    transition-duration: 200ms !important;
  }

  .md\:tw-duration-300{
    transition-duration: 300ms !important;
  }

  .md\:tw-duration-500{
    transition-duration: 500ms !important;
  }

  .md\:tw-duration-700{
    transition-duration: 700ms !important;
  }

  .md\:tw-duration-1000{
    transition-duration: 1000ms !important;
  }

  .md\:tw-ease-linear{
    transition-timing-function: linear !important;
  }

  .md\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px){
  .lg\:tw-container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:tw-container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:tw-container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:tw-container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:tw-container{
      max-width: 1280px;
    }
  }

  .lg\:tw-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:tw-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:tw-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:tw-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:tw-visible{
    visibility: visible !important;
  }

  .lg\:tw-invisible{
    visibility: hidden !important;
  }

  .lg\:tw-static{
    position: static !important;
  }

  .lg\:tw-fixed{
    position: fixed !important;
  }

  .lg\:tw-absolute{
    position: absolute !important;
  }

  .lg\:tw-relative{
    position: relative !important;
  }

  .lg\:tw-sticky{
    position: sticky !important;
  }

  .lg\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .lg\:tw-inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .lg\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:tw-top-0{
    top: 0 !important;
  }

  .lg\:tw-top-auto{
    top: auto !important;
  }

  .lg\:tw-right-0{
    right: 0 !important;
  }

  .lg\:tw-right-auto{
    right: auto !important;
  }

  .lg\:tw-bottom-0{
    bottom: 0 !important;
  }

  .lg\:tw-bottom-auto{
    bottom: auto !important;
  }

  .lg\:tw-left-0{
    left: 0 !important;
  }

  .lg\:tw-left-auto{
    left: auto !important;
  }

  .lg\:tw-isolate{
    isolation: isolate !important;
  }

  .lg\:tw-isolation-auto{
    isolation: auto !important;
  }

  .lg\:tw-z-0{
    z-index: 0 !important;
  }

  .lg\:tw-z-10{
    z-index: 10 !important;
  }

  .lg\:tw-z-20{
    z-index: 20 !important;
  }

  .lg\:tw-z-30{
    z-index: 30 !important;
  }

  .lg\:tw-z-40{
    z-index: 40 !important;
  }

  .lg\:tw-z-50{
    z-index: 50 !important;
  }

  .lg\:tw-z-auto{
    z-index: auto !important;
  }

  .lg\:tw-order-1{
    order: 1 !important;
  }

  .lg\:tw-order-2{
    order: 2 !important;
  }

  .lg\:tw-order-3{
    order: 3 !important;
  }

  .lg\:tw-order-4{
    order: 4 !important;
  }

  .lg\:tw-order-5{
    order: 5 !important;
  }

  .lg\:tw-order-6{
    order: 6 !important;
  }

  .lg\:tw-order-7{
    order: 7 !important;
  }

  .lg\:tw-order-8{
    order: 8 !important;
  }

  .lg\:tw-order-9{
    order: 9 !important;
  }

  .lg\:tw-order-10{
    order: 10 !important;
  }

  .lg\:tw-order-11{
    order: 11 !important;
  }

  .lg\:tw-order-12{
    order: 12 !important;
  }

  .lg\:tw-order-first{
    order: -9999 !important;
  }

  .lg\:tw-order-last{
    order: 9999 !important;
  }

  .lg\:tw-order-none{
    order: 0 !important;
  }

  .lg\:tw-col-auto{
    grid-column: auto !important;
  }

  .lg\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:tw-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:tw-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:tw-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:tw-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:tw-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:tw-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:tw-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:tw-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:tw-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:tw-col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:tw-col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:tw-col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:tw-col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:tw-col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:tw-col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:tw-col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:tw-col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:tw-col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:tw-col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:tw-col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:tw-col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:tw-col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:tw-col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:tw-col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:tw-col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:tw-col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:tw-col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:tw-col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:tw-col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:tw-col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:tw-col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:tw-col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:tw-col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:tw-col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:tw-col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:tw-col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:tw-col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:tw-row-auto{
    grid-row: auto !important;
  }

  .lg\:tw-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:tw-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:tw-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:tw-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:tw-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:tw-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:tw-row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:tw-row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:tw-row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:tw-row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:tw-row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:tw-row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:tw-row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:tw-row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:tw-row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:tw-row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:tw-row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:tw-row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:tw-row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:tw-row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:tw-row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:tw-row-end-auto{
    grid-row-end: auto !important;
  }

  .lg\:tw-float-right{
    float: right !important;
  }

  .lg\:tw-float-left{
    float: left !important;
  }

  .lg\:tw-float-none{
    float: none !important;
  }

  .lg\:tw-clear-left{
    clear: left !important;
  }

  .lg\:tw-clear-right{
    clear: right !important;
  }

  .lg\:tw-clear-both{
    clear: both !important;
  }

  .lg\:tw-clear-none{
    clear: none !important;
  }

  .lg\:tw-m-0{
    margin: 0 !important;
  }

  .lg\:tw-m-1{
    margin: 0.25rem !important;
  }

  .lg\:tw-m-2{
    margin: 0.5rem !important;
  }

  .lg\:tw-m-3{
    margin: 0.75rem !important;
  }

  .lg\:tw-m-4{
    margin: 1rem !important;
  }

  .lg\:tw-m-5{
    margin: 1.25rem !important;
  }

  .lg\:tw-m-6{
    margin: 1.5rem !important;
  }

  .lg\:tw-m-8{
    margin: 2rem !important;
  }

  .lg\:tw-m-10{
    margin: 2.5rem !important;
  }

  .lg\:tw-m-12{
    margin: 3rem !important;
  }

  .lg\:tw-m-14{
    margin: 3.5rem !important;
  }

  .lg\:tw-m-16{
    margin: 4rem !important;
  }

  .lg\:tw-m-20{
    margin: 5rem !important;
  }

  .lg\:tw-m-24{
    margin: 6rem !important;
  }

  .lg\:tw-m-32{
    margin: 8rem !important;
  }

  .lg\:tw-m-40{
    margin: 10rem !important;
  }

  .lg\:tw-m-48{
    margin: 12rem !important;
  }

  .lg\:tw-m-56{
    margin: 14rem !important;
  }

  .lg\:tw-m-60{
    margin: 15rem !important;
  }

  .lg\:tw-m-64{
    margin: 16rem !important;
  }

  .lg\:tw-m-80{
    margin: 20rem !important;
  }

  .lg\:tw-m-auto{
    margin: auto !important;
  }

  .lg\:tw-m-px{
    margin: 1px !important;
  }

  .lg\:tw-m-nav{
    margin: 2.625rem !important;
  }

  .lg\:tw--m-1{
    margin: -0.25rem !important;
  }

  .lg\:tw--m-2{
    margin: -0.5rem !important;
  }

  .lg\:tw--m-3{
    margin: -0.75rem !important;
  }

  .lg\:tw--m-4{
    margin: -1rem !important;
  }

  .lg\:tw--m-5{
    margin: -1.25rem !important;
  }

  .lg\:tw--m-6{
    margin: -1.5rem !important;
  }

  .lg\:tw--m-8{
    margin: -2rem !important;
  }

  .lg\:tw--m-10{
    margin: -2.5rem !important;
  }

  .lg\:tw--m-12{
    margin: -3rem !important;
  }

  .lg\:tw--m-14{
    margin: -3.5rem !important;
  }

  .lg\:tw--m-16{
    margin: -4rem !important;
  }

  .lg\:tw--m-20{
    margin: -5rem !important;
  }

  .lg\:tw--m-24{
    margin: -6rem !important;
  }

  .lg\:tw--m-32{
    margin: -8rem !important;
  }

  .lg\:tw--m-40{
    margin: -10rem !important;
  }

  .lg\:tw--m-48{
    margin: -12rem !important;
  }

  .lg\:tw--m-56{
    margin: -14rem !important;
  }

  .lg\:tw--m-60{
    margin: -15rem !important;
  }

  .lg\:tw--m-64{
    margin: -16rem !important;
  }

  .lg\:tw--m-80{
    margin: -20rem !important;
  }

  .lg\:tw--m-px{
    margin: -1px !important;
  }

  .lg\:tw--m-nav{
    margin: -2.625rem !important;
  }

  .lg\:tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:tw-mx-nav{
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }

  .lg\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:tw--mx-nav{
    margin-left: -2.625rem !important;
    margin-right: -2.625rem !important;
  }

  .lg\:tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:tw-my-nav{
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .lg\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:tw--my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:tw--my-nav{
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .lg\:tw-mt-0{
    margin-top: 0 !important;
  }

  .lg\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .lg\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .lg\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .lg\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .lg\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .lg\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .lg\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .lg\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .lg\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .lg\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .lg\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .lg\:tw-mt-60{
    margin-top: 15rem !important;
  }

  .lg\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .lg\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .lg\:tw-mt-auto{
    margin-top: auto !important;
  }

  .lg\:tw-mt-px{
    margin-top: 1px !important;
  }

  .lg\:tw-mt-nav{
    margin-top: 2.625rem !important;
  }

  .lg\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .lg\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .lg\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .lg\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .lg\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .lg\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .lg\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .lg\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .lg\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .lg\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .lg\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .lg\:tw--mt-60{
    margin-top: -15rem !important;
  }

  .lg\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .lg\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .lg\:tw--mt-px{
    margin-top: -1px !important;
  }

  .lg\:tw--mt-nav{
    margin-top: -2.625rem !important;
  }

  .lg\:tw-mr-0{
    margin-right: 0 !important;
  }

  .lg\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .lg\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .lg\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .lg\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .lg\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .lg\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .lg\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .lg\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .lg\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .lg\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .lg\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .lg\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .lg\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .lg\:tw-mr-auto{
    margin-right: auto !important;
  }

  .lg\:tw-mr-px{
    margin-right: 1px !important;
  }

  .lg\:tw-mr-nav{
    margin-right: 2.625rem !important;
  }

  .lg\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .lg\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .lg\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .lg\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .lg\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .lg\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .lg\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .lg\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .lg\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .lg\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .lg\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .lg\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .lg\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .lg\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .lg\:tw--mr-px{
    margin-right: -1px !important;
  }

  .lg\:tw--mr-nav{
    margin-right: -2.625rem !important;
  }

  .lg\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .lg\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .lg\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:tw-mb-nav{
    margin-bottom: 2.625rem !important;
  }

  .lg\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .lg\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .lg\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:tw--mb-nav{
    margin-bottom: -2.625rem !important;
  }

  .lg\:tw-ml-0{
    margin-left: 0 !important;
  }

  .lg\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .lg\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .lg\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .lg\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .lg\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .lg\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .lg\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .lg\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .lg\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .lg\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .lg\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .lg\:tw-ml-60{
    margin-left: 15rem !important;
  }

  .lg\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .lg\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .lg\:tw-ml-auto{
    margin-left: auto !important;
  }

  .lg\:tw-ml-px{
    margin-left: 1px !important;
  }

  .lg\:tw-ml-nav{
    margin-left: 2.625rem !important;
  }

  .lg\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .lg\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .lg\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .lg\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .lg\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .lg\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .lg\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .lg\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .lg\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .lg\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .lg\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .lg\:tw--ml-60{
    margin-left: -15rem !important;
  }

  .lg\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .lg\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .lg\:tw--ml-px{
    margin-left: -1px !important;
  }

  .lg\:tw--ml-nav{
    margin-left: -2.625rem !important;
  }

  .lg\:tw-box-border{
    box-sizing: border-box !important;
  }

  .lg\:tw-box-content{
    box-sizing: content-box !important;
  }

  .lg\:tw-block{
    display: block !important;
  }

  .lg\:tw-inline-block{
    display: inline-block !important;
  }

  .lg\:tw-inline{
    display: inline !important;
  }

  .lg\:tw-flex{
    display: flex !important;
  }

  .lg\:tw-inline-flex{
    display: inline-flex !important;
  }

  .lg\:tw-table{
    display: table !important;
  }

  .lg\:tw-inline-table{
    display: inline-table !important;
  }

  .lg\:tw-table-caption{
    display: table-caption !important;
  }

  .lg\:tw-table-cell{
    display: table-cell !important;
  }

  .lg\:tw-table-column{
    display: table-column !important;
  }

  .lg\:tw-table-column-group{
    display: table-column-group !important;
  }

  .lg\:tw-table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:tw-table-header-group{
    display: table-header-group !important;
  }

  .lg\:tw-table-row-group{
    display: table-row-group !important;
  }

  .lg\:tw-table-row{
    display: table-row !important;
  }

  .lg\:tw-flow-root{
    display: flow-root !important;
  }

  .lg\:tw-grid{
    display: grid !important;
  }

  .lg\:tw-inline-grid{
    display: inline-grid !important;
  }

  .lg\:tw-contents{
    display: contents !important;
  }

  .lg\:tw-list-item{
    display: list-item !important;
  }

  .lg\:tw-hidden{
    display: none !important;
  }

  .lg\:tw-h-0{
    height: 0 !important;
  }

  .lg\:tw-h-1{
    height: 0.25rem !important;
  }

  .lg\:tw-h-2{
    height: 0.5rem !important;
  }

  .lg\:tw-h-3{
    height: 0.75rem !important;
  }

  .lg\:tw-h-4{
    height: 1rem !important;
  }

  .lg\:tw-h-5{
    height: 1.25rem !important;
  }

  .lg\:tw-h-6{
    height: 1.5rem !important;
  }

  .lg\:tw-h-8{
    height: 2rem !important;
  }

  .lg\:tw-h-10{
    height: 2.5rem !important;
  }

  .lg\:tw-h-12{
    height: 3rem !important;
  }

  .lg\:tw-h-14{
    height: 3.5rem !important;
  }

  .lg\:tw-h-16{
    height: 4rem !important;
  }

  .lg\:tw-h-20{
    height: 5rem !important;
  }

  .lg\:tw-h-24{
    height: 6rem !important;
  }

  .lg\:tw-h-32{
    height: 8rem !important;
  }

  .lg\:tw-h-40{
    height: 10rem !important;
  }

  .lg\:tw-h-48{
    height: 12rem !important;
  }

  .lg\:tw-h-56{
    height: 14rem !important;
  }

  .lg\:tw-h-60{
    height: 15rem !important;
  }

  .lg\:tw-h-64{
    height: 16rem !important;
  }

  .lg\:tw-h-80{
    height: 20rem !important;
  }

  .lg\:tw-h-auto{
    height: auto !important;
  }

  .lg\:tw-h-px{
    height: 1px !important;
  }

  .lg\:tw-h-nav{
    height: 2.625rem !important;
  }

  .lg\:tw-h-full{
    height: 100% !important;
  }

  .lg\:tw-h-screen{
    height: 100vh !important;
  }

  .lg\:tw-max-h-0{
    max-height: 0 !important;
  }

  .lg\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .lg\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .lg\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .lg\:tw-max-h-full{
    max-height: 100% !important;
  }

  .lg\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:tw-min-h-0{
    min-height: 0 !important;
  }

  .lg\:tw-min-h-full{
    min-height: 100% !important;
  }

  .lg\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:tw-w-0{
    width: 0 !important;
  }

  .lg\:tw-w-1{
    width: 0.25rem !important;
  }

  .lg\:tw-w-2{
    width: 0.5rem !important;
  }

  .lg\:tw-w-3{
    width: 0.75rem !important;
  }

  .lg\:tw-w-4{
    width: 1rem !important;
  }

  .lg\:tw-w-5{
    width: 1.25rem !important;
  }

  .lg\:tw-w-6{
    width: 1.5rem !important;
  }

  .lg\:tw-w-8{
    width: 2rem !important;
  }

  .lg\:tw-w-10{
    width: 2.5rem !important;
  }

  .lg\:tw-w-12{
    width: 3rem !important;
  }

  .lg\:tw-w-14{
    width: 3.5rem !important;
  }

  .lg\:tw-w-16{
    width: 4rem !important;
  }

  .lg\:tw-w-20{
    width: 5rem !important;
  }

  .lg\:tw-w-24{
    width: 6rem !important;
  }

  .lg\:tw-w-32{
    width: 8rem !important;
  }

  .lg\:tw-w-40{
    width: 10rem !important;
  }

  .lg\:tw-w-48{
    width: 12rem !important;
  }

  .lg\:tw-w-56{
    width: 14rem !important;
  }

  .lg\:tw-w-60{
    width: 15rem !important;
  }

  .lg\:tw-w-64{
    width: 16rem !important;
  }

  .lg\:tw-w-80{
    width: 20rem !important;
  }

  .lg\:tw-w-auto{
    width: auto !important;
  }

  .lg\:tw-w-px{
    width: 1px !important;
  }

  .lg\:tw-w-nav{
    width: 2.625rem !important;
  }

  .lg\:tw-w-1\/2{
    width: 50% !important;
  }

  .lg\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/4{
    width: 25% !important;
  }

  .lg\:tw-w-2\/4{
    width: 50% !important;
  }

  .lg\:tw-w-3\/4{
    width: 75% !important;
  }

  .lg\:tw-w-1\/5{
    width: 20% !important;
  }

  .lg\:tw-w-2\/5{
    width: 40% !important;
  }

  .lg\:tw-w-3\/5{
    width: 60% !important;
  }

  .lg\:tw-w-4\/5{
    width: 80% !important;
  }

  .lg\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:tw-w-3\/6{
    width: 50% !important;
  }

  .lg\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:tw-w-3\/12{
    width: 25% !important;
  }

  .lg\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:tw-w-6\/12{
    width: 50% !important;
  }

  .lg\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:tw-w-9\/12{
    width: 75% !important;
  }

  .lg\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:tw-w-full{
    width: 100% !important;
  }

  .lg\:tw-w-screen{
    width: 100vw !important;
  }

  .lg\:tw-min-w-0{
    min-width: 0 !important;
  }

  .lg\:tw-min-w-full{
    min-width: 100% !important;
  }

  .lg\:tw-max-w-none{
    max-width: none !important;
  }

  .lg\:tw-max-w-xxs{
    max-width: 15rem !important;
  }

  .lg\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .lg\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:tw-max-w-full{
    max-width: 100% !important;
  }

  .lg\:tw-max-w-screen-sm{
    max-width: 640px !important;
  }

  .lg\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:tw-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:tw-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg\:tw-flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none{
    flex: none !important;
  }

  .lg\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:tw-flex-shrink-default{
    flex-shrink: 1 !important;
  }

  .lg\:tw-flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow-default{
    flex-grow: 1 !important;
  }

  .lg\:tw-table-auto{
    table-layout: auto !important;
  }

  .lg\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .lg\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:tw-border-separate{
    border-collapse: separate !important;
  }

  .lg\:tw-origin-center{
    transform-origin: center !important;
  }

  .lg\:tw-origin-top{
    transform-origin: top !important;
  }

  .lg\:tw-origin-top-right{
    transform-origin: top right !important;
  }

  .lg\:tw-origin-right{
    transform-origin: right !important;
  }

  .lg\:tw-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .lg\:tw-origin-bottom{
    transform-origin: bottom !important;
  }

  .lg\:tw-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .lg\:tw-origin-left{
    transform-origin: left !important;
  }

  .lg\:tw-origin-top-left{
    transform-origin: top left !important;
  }

  .lg\:tw-transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:tw-transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:tw-transform-none{
    transform: none !important;
  }

  .lg\:tw-translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .lg\:tw-translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:tw-translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:tw-translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:tw-translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lg\:tw-translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:tw-translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:tw-translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lg\:tw-translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:tw-translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg\:tw-translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:tw-translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .lg\:tw-translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg\:tw-translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .lg\:tw-translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg\:tw-translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg\:tw-translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .lg\:tw-translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lg\:tw-translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .lg\:tw-translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lg\:tw-translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .lg\:tw-translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lg\:tw-translate-x-nav{
    --tw-translate-x: 2.625rem !important;
  }

  .lg\:tw--translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:tw--translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:tw--translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:tw--translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lg\:tw--translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:tw--translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:tw--translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lg\:tw--translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:tw--translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg\:tw--translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:tw--translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .lg\:tw--translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg\:tw--translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .lg\:tw--translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg\:tw--translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg\:tw--translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .lg\:tw--translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lg\:tw--translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .lg\:tw--translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lg\:tw--translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .lg\:tw--translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lg\:tw--translate-x-nav{
    --tw-translate-x: -2.625rem !important;
  }

  .lg\:tw--translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lg\:tw--translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lg\:tw-translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lg\:tw-translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .lg\:tw-translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:tw-translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:tw-translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:tw-translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lg\:tw-translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:tw-translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:tw-translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lg\:tw-translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:tw-translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg\:tw-translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:tw-translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .lg\:tw-translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg\:tw-translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .lg\:tw-translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg\:tw-translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg\:tw-translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .lg\:tw-translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lg\:tw-translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .lg\:tw-translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lg\:tw-translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .lg\:tw-translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lg\:tw-translate-y-nav{
    --tw-translate-y: 2.625rem !important;
  }

  .lg\:tw--translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:tw--translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:tw--translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:tw--translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lg\:tw--translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:tw--translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:tw--translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lg\:tw--translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:tw--translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg\:tw--translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:tw--translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .lg\:tw--translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg\:tw--translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .lg\:tw--translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg\:tw--translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg\:tw--translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .lg\:tw--translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lg\:tw--translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .lg\:tw--translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lg\:tw--translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .lg\:tw--translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lg\:tw--translate-y-nav{
    --tw-translate-y: -2.625rem !important;
  }

  .lg\:tw--translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lg\:tw--translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lg\:tw-translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .lg\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:tw-translate-x-nav:hover{
    --tw-translate-x: 2.625rem !important;
  }

  .lg\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:tw--translate-x-nav:hover{
    --tw-translate-x: -2.625rem !important;
  }

  .lg\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .lg\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:tw-translate-y-nav:hover{
    --tw-translate-y: 2.625rem !important;
  }

  .lg\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:tw--translate-y-nav:hover{
    --tw-translate-y: -2.625rem !important;
  }

  .lg\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .lg\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:tw-translate-x-nav:focus{
    --tw-translate-x: 2.625rem !important;
  }

  .lg\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:tw--translate-x-nav:focus{
    --tw-translate-x: -2.625rem !important;
  }

  .lg\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .lg\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:tw-translate-y-nav:focus{
    --tw-translate-y: 2.625rem !important;
  }

  .lg\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:tw--translate-y-nav:focus{
    --tw-translate-y: -2.625rem !important;
  }

  .lg\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lg\:tw-rotate-0{
    --tw-rotate: 0 !important;
  }

  .lg\:tw-rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg\:tw-rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg\:tw-rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg\:tw--rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg\:tw--rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg\:tw--rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0 !important;
  }

  .lg\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0 !important;
  }

  .lg\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg\:tw-skew-x-0{
    --tw-skew-x: 0 !important;
  }

  .lg\:tw-skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg\:tw-skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg\:tw-skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg\:tw--skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg\:tw--skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg\:tw--skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg\:tw-skew-y-0{
    --tw-skew-y: 0 !important;
  }

  .lg\:tw-skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg\:tw-skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg\:tw-skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg\:tw--skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg\:tw--skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg\:tw--skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0 !important;
  }

  .lg\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0 !important;
  }

  .lg\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0 !important;
  }

  .lg\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0 !important;
  }

  .lg\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg\:tw-scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg\:tw-scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg\:tw-scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg\:tw-scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg\:tw-scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg\:tw-scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg\:tw-scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:tw-scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:tw-scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:tw-scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:tw-scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-animate-none{
    animation: none !important;
  }

  .lg\:tw-animate-spin{
    animation: tw-spin 1s linear infinite !important;
  }

  .lg\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:tw-animate-bounce{
    animation: tw-bounce 1s infinite !important;
  }

  .lg\:tw-cursor-auto{
    cursor: auto !important;
  }

  .lg\:tw-cursor-default{
    cursor: default !important;
  }

  .lg\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:tw-cursor-wait{
    cursor: wait !important;
  }

  .lg\:tw-cursor-text{
    cursor: text !important;
  }

  .lg\:tw-cursor-move{
    cursor: move !important;
  }

  .lg\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:tw-resize-none{
    resize: none !important;
  }

  .lg\:tw-resize-y{
    resize: vertical !important;
  }

  .lg\:tw-resize-x{
    resize: horizontal !important;
  }

  .lg\:tw-resize{
    resize: both !important;
  }

  .lg\:tw-list-inside{
    list-style-position: inside !important;
  }

  .lg\:tw-list-outside{
    list-style-position: outside !important;
  }

  .lg\:tw-list-none{
    list-style-type: none !important;
  }

  .lg\:tw-list-disc{
    list-style-type: disc !important;
  }

  .lg\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:tw-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:tw-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .lg\:tw-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .lg\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:tw-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:tw-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .lg\:tw-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:tw-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .lg\:tw-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .lg\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:tw-flex-row{
    flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col{
    flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:tw-flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .lg\:tw-place-content-center{
    place-content: center !important;
  }

  .lg\:tw-place-content-start{
    place-content: start !important;
  }

  .lg\:tw-place-content-end{
    place-content: end !important;
  }

  .lg\:tw-place-content-between{
    place-content: space-between !important;
  }

  .lg\:tw-place-content-around{
    place-content: space-around !important;
  }

  .lg\:tw-place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:tw-place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:tw-place-items-start{
    place-items: start !important;
  }

  .lg\:tw-place-items-end{
    place-items: end !important;
  }

  .lg\:tw-place-items-center{
    place-items: center !important;
  }

  .lg\:tw-place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:tw-content-center{
    align-content: center !important;
  }

  .lg\:tw-content-start{
    align-content: flex-start !important;
  }

  .lg\:tw-content-end{
    align-content: flex-end !important;
  }

  .lg\:tw-content-between{
    align-content: space-between !important;
  }

  .lg\:tw-content-around{
    align-content: space-around !important;
  }

  .lg\:tw-content-evenly{
    align-content: space-evenly !important;
  }

  .lg\:tw-items-start{
    align-items: flex-start !important;
  }

  .lg\:tw-items-end{
    align-items: flex-end !important;
  }

  .lg\:tw-items-center{
    align-items: center !important;
  }

  .lg\:tw-items-baseline{
    align-items: baseline !important;
  }

  .lg\:tw-items-stretch{
    align-items: stretch !important;
  }

  .lg\:tw-justify-start{
    justify-content: flex-start !important;
  }

  .lg\:tw-justify-end{
    justify-content: flex-end !important;
  }

  .lg\:tw-justify-center{
    justify-content: center !important;
  }

  .lg\:tw-justify-between{
    justify-content: space-between !important;
  }

  .lg\:tw-justify-around{
    justify-content: space-around !important;
  }

  .lg\:tw-justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:tw-justify-items-start{
    justify-items: start !important;
  }

  .lg\:tw-justify-items-end{
    justify-items: end !important;
  }

  .lg\:tw-justify-items-center{
    justify-items: center !important;
  }

  .lg\:tw-justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:tw-gap-0{
    gap: 0 !important;
  }

  .lg\:tw-gap-1{
    gap: 0.25rem !important;
  }

  .lg\:tw-gap-2{
    gap: 0.5rem !important;
  }

  .lg\:tw-gap-3{
    gap: 0.75rem !important;
  }

  .lg\:tw-gap-4{
    gap: 1rem !important;
  }

  .lg\:tw-gap-5{
    gap: 1.25rem !important;
  }

  .lg\:tw-gap-6{
    gap: 1.5rem !important;
  }

  .lg\:tw-gap-8{
    gap: 2rem !important;
  }

  .lg\:tw-gap-10{
    gap: 2.5rem !important;
  }

  .lg\:tw-gap-12{
    gap: 3rem !important;
  }

  .lg\:tw-gap-14{
    gap: 3.5rem !important;
  }

  .lg\:tw-gap-16{
    gap: 4rem !important;
  }

  .lg\:tw-gap-20{
    gap: 5rem !important;
  }

  .lg\:tw-gap-24{
    gap: 6rem !important;
  }

  .lg\:tw-gap-32{
    gap: 8rem !important;
  }

  .lg\:tw-gap-40{
    gap: 10rem !important;
  }

  .lg\:tw-gap-48{
    gap: 12rem !important;
  }

  .lg\:tw-gap-56{
    gap: 14rem !important;
  }

  .lg\:tw-gap-60{
    gap: 15rem !important;
  }

  .lg\:tw-gap-64{
    gap: 16rem !important;
  }

  .lg\:tw-gap-80{
    gap: 20rem !important;
  }

  .lg\:tw-gap-px{
    gap: 1px !important;
  }

  .lg\:tw-gap-nav{
    gap: 2.625rem !important;
  }

  .lg\:tw-gap-x-0{
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:tw-gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:tw-gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:tw-gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:tw-gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:tw-gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:tw-gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:tw-gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:tw-gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:tw-gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:tw-gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:tw-gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:tw-gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:tw-gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:tw-gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:tw-gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:tw-gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:tw-gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:tw-gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:tw-gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:tw-gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:tw-gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:tw-gap-x-nav{
    -moz-column-gap: 2.625rem !important;
         column-gap: 2.625rem !important;
  }

  .lg\:tw-gap-y-0{
    row-gap: 0 !important;
  }

  .lg\:tw-gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lg\:tw-gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lg\:tw-gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lg\:tw-gap-y-4{
    row-gap: 1rem !important;
  }

  .lg\:tw-gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lg\:tw-gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lg\:tw-gap-y-8{
    row-gap: 2rem !important;
  }

  .lg\:tw-gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lg\:tw-gap-y-12{
    row-gap: 3rem !important;
  }

  .lg\:tw-gap-y-14{
    row-gap: 3.5rem !important;
  }

  .lg\:tw-gap-y-16{
    row-gap: 4rem !important;
  }

  .lg\:tw-gap-y-20{
    row-gap: 5rem !important;
  }

  .lg\:tw-gap-y-24{
    row-gap: 6rem !important;
  }

  .lg\:tw-gap-y-32{
    row-gap: 8rem !important;
  }

  .lg\:tw-gap-y-40{
    row-gap: 10rem !important;
  }

  .lg\:tw-gap-y-48{
    row-gap: 12rem !important;
  }

  .lg\:tw-gap-y-56{
    row-gap: 14rem !important;
  }

  .lg\:tw-gap-y-60{
    row-gap: 15rem !important;
  }

  .lg\:tw-gap-y-64{
    row-gap: 16rem !important;
  }

  .lg\:tw-gap-y-80{
    row-gap: 20rem !important;
  }

  .lg\:tw-gap-y-px{
    row-gap: 1px !important;
  }

  .lg\:tw-gap-y-nav{
    row-gap: 2.625rem !important;
  }

  .lg\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .lg\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor !important;
  }

  .lg\:tw-divide-light_gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-210 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-510 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-911 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lg\:tw-place-self-auto{
    place-self: auto !important;
  }

  .lg\:tw-place-self-start{
    place-self: start !important;
  }

  .lg\:tw-place-self-end{
    place-self: end !important;
  }

  .lg\:tw-place-self-center{
    place-self: center !important;
  }

  .lg\:tw-place-self-stretch{
    place-self: stretch !important;
  }

  .lg\:tw-self-auto{
    align-self: auto !important;
  }

  .lg\:tw-self-start{
    align-self: flex-start !important;
  }

  .lg\:tw-self-end{
    align-self: flex-end !important;
  }

  .lg\:tw-self-center{
    align-self: center !important;
  }

  .lg\:tw-self-stretch{
    align-self: stretch !important;
  }

  .lg\:tw-self-baseline{
    align-self: baseline !important;
  }

  .lg\:tw-justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:tw-justify-self-start{
    justify-self: start !important;
  }

  .lg\:tw-justify-self-end{
    justify-self: end !important;
  }

  .lg\:tw-justify-self-center{
    justify-self: center !important;
  }

  .lg\:tw-justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:tw-overflow-auto{
    overflow: auto !important;
  }

  .lg\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:tw-overflow-visible{
    overflow: visible !important;
  }

  .lg\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:tw-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .lg\:tw-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .lg\:tw-overscroll-none{
    overscroll-behavior: none !important;
  }

  .lg\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:tw-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:tw-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:tw-overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .lg\:tw-overflow-clip{
    text-overflow: clip !important;
  }

  .lg\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .lg\:tw-whitespace-nowrap{
    white-space: nowrap !important;
  }

  .lg\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .lg\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:tw-break-all{
    word-break: break-all !important;
  }

  .lg\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .lg\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-default{
    border-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-t-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tl-default{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-bl-default{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-border-0{
    border-width: 0 !important;
  }

  .lg\:tw-border-2{
    border-width: 2px !important;
  }

  .lg\:tw-border-4{
    border-width: 4px !important;
  }

  .lg\:tw-border-8{
    border-width: 8px !important;
  }

  .lg\:tw-border-default{
    border-width: 1px !important;
  }

  .lg\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:tw-border-t-default{
    border-top-width: 1px !important;
  }

  .lg\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:tw-border-r-default{
    border-right-width: 1px !important;
  }

  .lg\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:tw-border-b-default{
    border-bottom-width: 1px !important;
  }

  .lg\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:tw-border-l-default{
    border-left-width: 1px !important;
  }

  .lg\:tw-border-solid{
    border-style: solid !important;
  }

  .lg\:tw-border-dashed{
    border-style: dashed !important;
  }

  .lg\:tw-border-dotted{
    border-style: dotted !important;
  }

  .lg\:tw-border-double{
    border-style: double !important;
  }

  .lg\:tw-border-none{
    border-style: none !important;
  }

  .lg\:tw-border-transparent{
    border-color: transparent !important;
  }

  .lg\:tw-border-current{
    border-color: currentColor !important;
  }

  .lg\:tw-border-light_gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-210{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-510{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-911{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-current:hover{
    border-color: currentColor !important;
  }

  .lg\:hover\:tw-border-light_gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-210:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-510:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-911:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-current:focus{
    border-color: currentColor !important;
  }

  .lg\:focus\:tw-border-light_gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-210:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-510:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-911:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg\:tw-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:tw-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:tw-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:tw-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lg\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .lg\:tw-bg-current{
    background-color: currentColor !important;
  }

  .lg\:tw-bg-light_gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-210{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-510{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-911{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:tw-bg-current:hover{
    background-color: currentColor !important;
  }

  .lg\:hover\:tw-bg-light_gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-210:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-510:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-911:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:tw-bg-current:focus{
    background-color: currentColor !important;
  }

  .lg\:focus\:tw-bg-light_gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-210:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-510:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-911:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:tw-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:tw-bg-none{
    background-image: none !important;
  }

  .lg\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:tw-from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-current{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-light_gray{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:tw-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:tw-from-gray-200{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:tw-from-gray-210{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:tw-from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:tw-from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:tw-from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:tw-from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:tw-from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:tw-from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:tw-from-gray-910{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:tw-from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:tw-from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:tw-from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:tw-from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:tw-from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:tw-from-red-510{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:tw-from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:tw-from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:tw-from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:tw-from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:tw-from-red-910{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:tw-from-red-911{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:tw-from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:tw-from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:tw-from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:tw-from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:tw-from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:tw-from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:tw-from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:tw-from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:tw-from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:tw-from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:tw-from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:tw-from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:tw-from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:tw-from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:tw-from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:tw-from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:tw-from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:tw-from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:tw-from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:tw-from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:tw-from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:tw-from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:tw-from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:tw-from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:tw-from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:tw-from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:tw-from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:tw-from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:tw-from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:tw-from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:tw-from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:tw-from-teal-500{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:tw-from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:tw-from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:tw-from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:tw-from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:tw-from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:tw-from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:tw-from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:tw-from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:tw-from-blue-500{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:tw-from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:tw-from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:tw-from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:tw-from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:tw-from-blue-910{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:tw-from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:tw-from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:tw-from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:tw-from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:tw-from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:tw-from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:tw-from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:tw-from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:tw-from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:tw-from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:tw-from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:tw-from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:tw-from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:tw-from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:tw-from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:tw-from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:tw-from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:tw-from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:tw-from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:tw-from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:tw-from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:tw-from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:tw-from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:tw-from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:tw-from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:tw-from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-current:hover{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-light_gray:hover{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-210:hover{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-910:hover{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:hover\:tw-from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:tw-from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:tw-from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:tw-from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:tw-from-red-510:hover{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:tw-from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:tw-from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:tw-from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:tw-from-red-910:hover{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:hover\:tw-from-red-911:hover{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:tw-from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:tw-from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:tw-from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:tw-from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:tw-from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:tw-from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:tw-from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:tw-from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-500:hover{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-910:hover{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-current:focus{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-light_gray:focus{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-210:focus{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-910:focus{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:focus\:tw-from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:tw-from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:tw-from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:tw-from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:tw-from-red-510:focus{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:tw-from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:tw-from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:tw-from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:tw-from-red-910:focus{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:focus\:tw-from-red-911:focus{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:tw-from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:tw-from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:tw-from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:tw-from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:tw-from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:tw-from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:tw-from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:tw-from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-500:focus{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-910:focus{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-light_gray{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:tw-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:tw-via-gray-210{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:tw-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:tw-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:tw-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:tw-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:tw-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:tw-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:tw-via-gray-910{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:tw-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:tw-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:tw-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:tw-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:tw-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:tw-via-red-510{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:tw-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:tw-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:tw-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:tw-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:tw-via-red-910{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:tw-via-red-911{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:tw-via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:tw-via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:tw-via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:tw-via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:tw-via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:tw-via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:tw-via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:tw-via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:tw-via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:tw-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:tw-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:tw-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:tw-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:tw-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:tw-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:tw-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:tw-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:tw-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:tw-via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:tw-via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:tw-via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:tw-via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:tw-via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:tw-via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:tw-via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:tw-via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:tw-via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:tw-via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:tw-via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:tw-via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:tw-via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:tw-via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:tw-via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:tw-via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:tw-via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:tw-via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:tw-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:tw-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:tw-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:tw-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:tw-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:tw-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:tw-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:tw-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:tw-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:tw-via-blue-910{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:tw-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:tw-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:tw-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:tw-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:tw-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:tw-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:tw-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:tw-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:tw-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:tw-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:tw-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:tw-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:tw-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:tw-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:tw-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:tw-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:tw-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:tw-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:tw-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:tw-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:tw-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:tw-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:tw-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:tw-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:tw-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:tw-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-light_gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-210:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:tw-via-red-510:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:tw-via-red-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:hover\:tw-via-red-911:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-light_gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-210:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .lg\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:tw-via-red-510:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:tw-via-red-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .lg\:focus\:tw-via-red-911:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:tw-to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .lg\:tw-to-current{
    --tw-gradient-to: currentColor !important;
  }

  .lg\:tw-to-light_gray{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .lg\:tw-to-black{
    --tw-gradient-to: #000 !important;
  }

  .lg\:tw-to-white{
    --tw-gradient-to: #fff !important;
  }

  .lg\:tw-to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:tw-to-gray-200{
    --tw-gradient-to: #edf2f7 !important;
  }

  .lg\:tw-to-gray-210{
    --tw-gradient-to: #f0ecec !important;
  }

  .lg\:tw-to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:tw-to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:tw-to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:tw-to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:tw-to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:tw-to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:tw-to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:tw-to-gray-910{
    --tw-gradient-to: #2c343b !important;
  }

  .lg\:tw-to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:tw-to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:tw-to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:tw-to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:tw-to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:tw-to-red-510{
    --tw-gradient-to: #f6695e !important;
  }

  .lg\:tw-to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:tw-to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:tw-to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:tw-to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:tw-to-red-910{
    --tw-gradient-to: #f44336 !important;
  }

  .lg\:tw-to-red-911{
    --tw-gradient-to: #ff5656 !important;
  }

  .lg\:tw-to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:tw-to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:tw-to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:tw-to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:tw-to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:tw-to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:tw-to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:tw-to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:tw-to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:tw-to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:tw-to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:tw-to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:tw-to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:tw-to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:tw-to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:tw-to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:tw-to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:tw-to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:tw-to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:tw-to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:tw-to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:tw-to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:tw-to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:tw-to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:tw-to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:tw-to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:tw-to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:tw-to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:tw-to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:tw-to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:tw-to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:tw-to-teal-500{
    --tw-gradient-to: #38b2ac !important;
  }

  .lg\:tw-to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:tw-to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:tw-to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:tw-to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:tw-to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:tw-to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:tw-to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:tw-to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:tw-to-blue-500{
    --tw-gradient-to: #4299e1 !important;
  }

  .lg\:tw-to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:tw-to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:tw-to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:tw-to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:tw-to-blue-910{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .lg\:tw-to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:tw-to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:tw-to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:tw-to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:tw-to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:tw-to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:tw-to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:tw-to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:tw-to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:tw-to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:tw-to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:tw-to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:tw-to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:tw-to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:tw-to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:tw-to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:tw-to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:tw-to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:tw-to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:tw-to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:tw-to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:tw-to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:tw-to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:tw-to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:tw-to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:tw-to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:tw-to-pink-900{
    --tw-gradient-to: #702459 !important;
  }

  .lg\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:tw-to-current:hover{
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:tw-to-light_gray:hover{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .lg\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:tw-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to: #edf2f7 !important;
  }

  .lg\:hover\:tw-to-gray-210:hover{
    --tw-gradient-to: #f0ecec !important;
  }

  .lg\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:hover\:tw-to-gray-910:hover{
    --tw-gradient-to: #2c343b !important;
  }

  .lg\:hover\:tw-to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:hover\:tw-to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:hover\:tw-to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:hover\:tw-to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:hover\:tw-to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:hover\:tw-to-red-510:hover{
    --tw-gradient-to: #f6695e !important;
  }

  .lg\:hover\:tw-to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:hover\:tw-to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:hover\:tw-to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:hover\:tw-to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:hover\:tw-to-red-910:hover{
    --tw-gradient-to: #f44336 !important;
  }

  .lg\:hover\:tw-to-red-911:hover{
    --tw-gradient-to: #ff5656 !important;
  }

  .lg\:hover\:tw-to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:hover\:tw-to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:hover\:tw-to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:hover\:tw-to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:hover\:tw-to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:hover\:tw-to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:hover\:tw-to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:hover\:tw-to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:hover\:tw-to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:hover\:tw-to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:hover\:tw-to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:hover\:tw-to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:hover\:tw-to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:hover\:tw-to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:hover\:tw-to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:hover\:tw-to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:hover\:tw-to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:hover\:tw-to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:hover\:tw-to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:hover\:tw-to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:hover\:tw-to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:hover\:tw-to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:hover\:tw-to-teal-500:hover{
    --tw-gradient-to: #38b2ac !important;
  }

  .lg\:hover\:tw-to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:hover\:tw-to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:hover\:tw-to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:hover\:tw-to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to: #4299e1 !important;
  }

  .lg\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:hover\:tw-to-blue-910:hover{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .lg\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to: #702459 !important;
  }

  .lg\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:tw-to-current:focus{
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:tw-to-light_gray:focus{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .lg\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:tw-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .lg\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to: #edf2f7 !important;
  }

  .lg\:focus\:tw-to-gray-210:focus{
    --tw-gradient-to: #f0ecec !important;
  }

  .lg\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .lg\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .lg\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .lg\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .lg\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .lg\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .lg\:focus\:tw-to-gray-910:focus{
    --tw-gradient-to: #2c343b !important;
  }

  .lg\:focus\:tw-to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .lg\:focus\:tw-to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .lg\:focus\:tw-to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .lg\:focus\:tw-to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .lg\:focus\:tw-to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .lg\:focus\:tw-to-red-510:focus{
    --tw-gradient-to: #f6695e !important;
  }

  .lg\:focus\:tw-to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .lg\:focus\:tw-to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .lg\:focus\:tw-to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .lg\:focus\:tw-to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .lg\:focus\:tw-to-red-910:focus{
    --tw-gradient-to: #f44336 !important;
  }

  .lg\:focus\:tw-to-red-911:focus{
    --tw-gradient-to: #ff5656 !important;
  }

  .lg\:focus\:tw-to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .lg\:focus\:tw-to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .lg\:focus\:tw-to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .lg\:focus\:tw-to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .lg\:focus\:tw-to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .lg\:focus\:tw-to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .lg\:focus\:tw-to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .lg\:focus\:tw-to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .lg\:focus\:tw-to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .lg\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .lg\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .lg\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .lg\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .lg\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .lg\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .lg\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .lg\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .lg\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .lg\:focus\:tw-to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .lg\:focus\:tw-to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .lg\:focus\:tw-to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .lg\:focus\:tw-to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .lg\:focus\:tw-to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .lg\:focus\:tw-to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .lg\:focus\:tw-to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .lg\:focus\:tw-to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .lg\:focus\:tw-to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .lg\:focus\:tw-to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .lg\:focus\:tw-to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .lg\:focus\:tw-to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .lg\:focus\:tw-to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .lg\:focus\:tw-to-teal-500:focus{
    --tw-gradient-to: #38b2ac !important;
  }

  .lg\:focus\:tw-to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .lg\:focus\:tw-to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .lg\:focus\:tw-to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .lg\:focus\:tw-to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .lg\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .lg\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .lg\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .lg\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .lg\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to: #4299e1 !important;
  }

  .lg\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .lg\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .lg\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .lg\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .lg\:focus\:tw-to-blue-910:focus{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .lg\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .lg\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .lg\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .lg\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .lg\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .lg\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .lg\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .lg\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .lg\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .lg\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .lg\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .lg\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .lg\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .lg\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .lg\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .lg\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .lg\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .lg\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .lg\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .lg\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .lg\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .lg\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .lg\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .lg\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .lg\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .lg\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .lg\:tw-decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:tw-decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:tw-bg-auto{
    background-size: auto !important;
  }

  .lg\:tw-bg-cover{
    background-size: cover !important;
  }

  .lg\:tw-bg-contain{
    background-size: contain !important;
  }

  .lg\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-local{
    background-attachment: local !important;
  }

  .lg\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:tw-bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:tw-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:tw-bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:tw-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .lg\:tw-bg-center{
    background-position: center !important;
  }

  .lg\:tw-bg-left{
    background-position: left !important;
  }

  .lg\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:tw-bg-left-top{
    background-position: left top !important;
  }

  .lg\:tw-bg-right{
    background-position: right !important;
  }

  .lg\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:tw-bg-right-top{
    background-position: right top !important;
  }

  .lg\:tw-bg-top{
    background-position: top !important;
  }

  .lg\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:tw-bg-origin-border{
    background-origin: border-box !important;
  }

  .lg\:tw-bg-origin-padding{
    background-origin: padding-box !important;
  }

  .lg\:tw-bg-origin-content{
    background-origin: content-box !important;
  }

  .lg\:tw-fill-current{
    fill: currentColor !important;
  }

  .lg\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .lg\:tw-stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:tw-stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:tw-stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:tw-p-0{
    padding: 0 !important;
  }

  .lg\:tw-p-1{
    padding: 0.25rem !important;
  }

  .lg\:tw-p-2{
    padding: 0.5rem !important;
  }

  .lg\:tw-p-3{
    padding: 0.75rem !important;
  }

  .lg\:tw-p-4{
    padding: 1rem !important;
  }

  .lg\:tw-p-5{
    padding: 1.25rem !important;
  }

  .lg\:tw-p-6{
    padding: 1.5rem !important;
  }

  .lg\:tw-p-8{
    padding: 2rem !important;
  }

  .lg\:tw-p-10{
    padding: 2.5rem !important;
  }

  .lg\:tw-p-12{
    padding: 3rem !important;
  }

  .lg\:tw-p-14{
    padding: 3.5rem !important;
  }

  .lg\:tw-p-16{
    padding: 4rem !important;
  }

  .lg\:tw-p-20{
    padding: 5rem !important;
  }

  .lg\:tw-p-24{
    padding: 6rem !important;
  }

  .lg\:tw-p-32{
    padding: 8rem !important;
  }

  .lg\:tw-p-40{
    padding: 10rem !important;
  }

  .lg\:tw-p-48{
    padding: 12rem !important;
  }

  .lg\:tw-p-56{
    padding: 14rem !important;
  }

  .lg\:tw-p-60{
    padding: 15rem !important;
  }

  .lg\:tw-p-64{
    padding: 16rem !important;
  }

  .lg\:tw-p-80{
    padding: 20rem !important;
  }

  .lg\:tw-p-px{
    padding: 1px !important;
  }

  .lg\:tw-p-nav{
    padding: 2.625rem !important;
  }

  .lg\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:tw-px-nav{
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }

  .lg\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:tw-py-nav{
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .lg\:tw-pt-0{
    padding-top: 0 !important;
  }

  .lg\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .lg\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .lg\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .lg\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .lg\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .lg\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .lg\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .lg\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .lg\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .lg\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .lg\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .lg\:tw-pt-60{
    padding-top: 15rem !important;
  }

  .lg\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .lg\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .lg\:tw-pt-px{
    padding-top: 1px !important;
  }

  .lg\:tw-pt-nav{
    padding-top: 2.625rem !important;
  }

  .lg\:tw-pr-0{
    padding-right: 0 !important;
  }

  .lg\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .lg\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .lg\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .lg\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .lg\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .lg\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .lg\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .lg\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .lg\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .lg\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .lg\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .lg\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .lg\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .lg\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .lg\:tw-pr-px{
    padding-right: 1px !important;
  }

  .lg\:tw-pr-nav{
    padding-right: 2.625rem !important;
  }

  .lg\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .lg\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .lg\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:tw-pb-nav{
    padding-bottom: 2.625rem !important;
  }

  .lg\:tw-pl-0{
    padding-left: 0 !important;
  }

  .lg\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .lg\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .lg\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .lg\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .lg\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .lg\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .lg\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .lg\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .lg\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .lg\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .lg\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .lg\:tw-pl-60{
    padding-left: 15rem !important;
  }

  .lg\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .lg\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .lg\:tw-pl-px{
    padding-left: 1px !important;
  }

  .lg\:tw-pl-nav{
    padding-left: 2.625rem !important;
  }

  .lg\:tw-text-left{
    text-align: left !important;
  }

  .lg\:tw-text-center{
    text-align: center !important;
  }

  .lg\:tw-text-right{
    text-align: right !important;
  }

  .lg\:tw-text-justify{
    text-align: justify !important;
  }

  .lg\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:tw-align-top{
    vertical-align: top !important;
  }

  .lg\:tw-align-middle{
    vertical-align: middle !important;
  }

  .lg\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:tw-font-ubuntu{
    font-family: Ubuntu !important;
  }

  .lg\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:tw-text-base{
    font-size: 1rem !important;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .lg\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .lg\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .lg\:tw-font-thin{
    font-weight: 200 !important;
  }

  .lg\:tw-font-light{
    font-weight: 300 !important;
  }

  .lg\:tw-font-normal{
    font-weight: 400 !important;
  }

  .lg\:tw-font-medium{
    font-weight: 500 !important;
  }

  .lg\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .lg\:tw-font-bold{
    font-weight: 700 !important;
  }

  .lg\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:tw-font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .lg\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .lg\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .lg\:tw-normal-case{
    text-transform: none !important;
  }

  .lg\:tw-italic{
    font-style: italic !important;
  }

  .lg\:tw-not-italic{
    font-style: normal !important;
  }

  .lg\:tw-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:tw-normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:tw-ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:tw-lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tw-leading-3{
    line-height: .75rem !important;
  }

  .lg\:tw-leading-4{
    line-height: 1rem !important;
  }

  .lg\:tw-leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:tw-leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:tw-leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:tw-leading-8{
    line-height: 2rem !important;
  }

  .lg\:tw-leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:tw-leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:tw-leading-none{
    line-height: 1 !important;
  }

  .lg\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:tw-leading-loose{
    line-height: 2 !important;
  }

  .lg\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:tw-text-transparent{
    color: transparent !important;
  }

  .lg\:tw-text-current{
    color: currentColor !important;
  }

  .lg\:tw-text-light_gray{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-210{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-910{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-510{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-910{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-911{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-910{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:tw-text-current:hover{
    color: currentColor !important;
  }

  .lg\:hover\:tw-text-light_gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-210:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-510:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-911:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:tw-text-current:focus{
    color: currentColor !important;
  }

  .lg\:focus\:tw-text-light_gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-210:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-510:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-911:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg\:tw-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:tw-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:tw-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:tw-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg\:tw-underline{
    text-decoration: underline !important;
  }

  .lg\:tw-line-through{
    text-decoration: line-through !important;
  }

  .lg\:tw-no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:tw-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .lg\:tw-placeholder-light_gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-light_gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-210::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-210::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-510::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-510::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-911::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-911::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-light_gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-light_gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-210:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-210:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-510:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-510:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-911:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-911:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-opacity-0{
    opacity: 0 !important;
  }

  .lg\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:tw-opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:tw-bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .lg\:tw-bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .lg\:tw-bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .lg\:tw-bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .lg\:tw-bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .lg\:tw-bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .lg\:tw-bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .lg\:tw-bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .lg\:tw-bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .lg\:tw-bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .lg\:tw-bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .lg\:tw-bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .lg\:tw-bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .lg\:tw-bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .lg\:tw-bg-blend-color{
    background-blend-mode: color !important;
  }

  .lg\:tw-bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .lg\:tw-mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .lg\:tw-mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .lg\:tw-mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .lg\:tw-mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .lg\:tw-mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .lg\:tw-mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .lg\:tw-mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .lg\:tw-mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .lg\:tw-mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .lg\:tw-mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .lg\:tw-mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .lg\:tw-mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .lg\:tw-mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .lg\:tw-mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .lg\:tw-mix-blend-color{
    mix-blend-mode: color !important;
  }

  .lg\:tw-mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .lg\:tw-shadow-xs{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-default{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-xs:hover{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-default:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-xs:focus{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-default:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg\:tw-ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .lg\:tw-ring-current{
    --tw-ring-color: currentColor !important;
  }

  .lg\:tw-ring-light_gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-210{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-510{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-911{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-light_gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-210:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-510:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-911:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:tw-ring-current:focus{
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-light_gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-210:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-510:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-911:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:tw-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:tw-ring-offset-current{
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:tw-ring-offset-light_gray{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .lg\:tw-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:tw-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:tw-ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:tw-ring-offset-gray-200{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .lg\:tw-ring-offset-gray-210{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .lg\:tw-ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:tw-ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:tw-ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:tw-ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:tw-ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:tw-ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:tw-ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:tw-ring-offset-gray-910{
    --tw-ring-offset-color: #2c343b !important;
  }

  .lg\:tw-ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:tw-ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:tw-ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:tw-ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:tw-ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:tw-ring-offset-red-510{
    --tw-ring-offset-color: #f6695e !important;
  }

  .lg\:tw-ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:tw-ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:tw-ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:tw-ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:tw-ring-offset-red-910{
    --tw-ring-offset-color: #f44336 !important;
  }

  .lg\:tw-ring-offset-red-911{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .lg\:tw-ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:tw-ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:tw-ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:tw-ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:tw-ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:tw-ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:tw-ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:tw-ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:tw-ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:tw-ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:tw-ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:tw-ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:tw-ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:tw-ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:tw-ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:tw-ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:tw-ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:tw-ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:tw-ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:tw-ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:tw-ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:tw-ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:tw-ring-offset-teal-500{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .lg\:tw-ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:tw-ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:tw-ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:tw-ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:tw-ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:tw-ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:tw-ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:tw-ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:tw-ring-offset-blue-500{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .lg\:tw-ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:tw-ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:tw-ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:tw-ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:tw-ring-offset-blue-910{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .lg\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:tw-ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:tw-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:tw-ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:tw-ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:tw-ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:tw-ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:tw-ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:tw-ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:tw-ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:tw-ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:tw-ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:tw-ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:tw-ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:tw-ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:tw-ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:tw-ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:tw-ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:tw-ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !important;
  }

  .lg\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-offset-light_gray:focus-within{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-210:focus-within{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-910:focus-within{
    --tw-ring-offset-color: #2c343b !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-510:focus-within{
    --tw-ring-offset-color: #f6695e !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-910:focus-within{
    --tw-ring-offset-color: #f44336 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-911:focus-within{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-910:focus-within{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !important;
  }

  .lg\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-offset-light_gray:focus{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .lg\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .lg\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-210:focus{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .lg\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .lg\:focus\:tw-ring-offset-gray-910:focus{
    --tw-ring-offset-color: #2c343b !important;
  }

  .lg\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .lg\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .lg\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .lg\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .lg\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .lg\:focus\:tw-ring-offset-red-510:focus{
    --tw-ring-offset-color: #f6695e !important;
  }

  .lg\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .lg\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .lg\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .lg\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .lg\:focus\:tw-ring-offset-red-910:focus{
    --tw-ring-offset-color: #f44336 !important;
  }

  .lg\:focus\:tw-ring-offset-red-911:focus{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .lg\:focus\:tw-ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .lg\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .lg\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .lg\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .lg\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .lg\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .lg\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .lg\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .lg\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .lg\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .lg\:focus\:tw-ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .lg\:focus\:tw-ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .lg\:focus\:tw-ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-500:focus{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .lg\:focus\:tw-ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .lg\:focus\:tw-ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .lg\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .lg\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .lg\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-910:focus{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .lg\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .lg\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .lg\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .lg\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .lg\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .lg\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .lg\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .lg\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .lg\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .lg\:tw-filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:tw-filter-none{
    filter: none !important;
  }

  .lg\:tw-blur-0{
    --tw-blur: blur(0) !important;
  }

  .lg\:tw-blur-none{
    --tw-blur: blur(0) !important;
  }

  .lg\:tw-blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .lg\:tw-blur{
    --tw-blur: blur(8px) !important;
  }

  .lg\:tw-blur-md{
    --tw-blur: blur(12px) !important;
  }

  .lg\:tw-blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .lg\:tw-blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .lg\:tw-blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .lg\:tw-blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .lg\:tw-brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .lg\:tw-brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:tw-brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:tw-brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:tw-brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:tw-brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .lg\:tw-brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:tw-brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:tw-brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:tw-brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:tw-brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .lg\:tw-contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .lg\:tw-contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:tw-contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:tw-contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .lg\:tw-contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:tw-contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:tw-contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .lg\:tw-drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:tw-drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:tw-drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:tw-drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:tw-drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:tw-drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:tw-drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:tw-grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:tw-grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:tw-hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:tw-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:tw-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:tw-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:tw-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:tw-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:tw--hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:tw--hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:tw--hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:tw--hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:tw--hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:tw-invert-0{
    --tw-invert: invert(0) !important;
  }

  .lg\:tw-invert{
    --tw-invert: invert(100%) !important;
  }

  .lg\:tw-saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .lg\:tw-saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:tw-saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .lg\:tw-saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:tw-saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .lg\:tw-sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .lg\:tw-sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:tw-backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:tw-backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:tw-backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:tw-backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:tw-backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:tw-backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:tw-backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:tw-backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:tw-backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:tw-backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:tw-backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:tw-backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:tw-transition-none{
    transition-property: none !important;
  }

  .lg\:tw-transition-all{
    transition-property: all !important;
  }

  .lg\:tw-transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:tw-transition-opacity{
    transition-property: opacity !important;
  }

  .lg\:tw-transition-shadow{
    transition-property: box-shadow !important;
  }

  .lg\:tw-transition-transform{
    transition-property: transform !important;
  }

  .lg\:tw-delay-75{
    transition-delay: 75ms !important;
  }

  .lg\:tw-delay-100{
    transition-delay: 100ms !important;
  }

  .lg\:tw-delay-150{
    transition-delay: 150ms !important;
  }

  .lg\:tw-delay-200{
    transition-delay: 200ms !important;
  }

  .lg\:tw-delay-300{
    transition-delay: 300ms !important;
  }

  .lg\:tw-delay-500{
    transition-delay: 500ms !important;
  }

  .lg\:tw-delay-700{
    transition-delay: 700ms !important;
  }

  .lg\:tw-delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg\:tw-duration-75{
    transition-duration: 75ms !important;
  }

  .lg\:tw-duration-100{
    transition-duration: 100ms !important;
  }

  .lg\:tw-duration-150{
    transition-duration: 150ms !important;
  }

  .lg\:tw-duration-200{
    transition-duration: 200ms !important;
  }

  .lg\:tw-duration-300{
    transition-duration: 300ms !important;
  }

  .lg\:tw-duration-500{
    transition-duration: 500ms !important;
  }

  .lg\:tw-duration-700{
    transition-duration: 700ms !important;
  }

  .lg\:tw-duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg\:tw-ease-linear{
    transition-timing-function: linear !important;
  }

  .lg\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1280px){
  .xl\:tw-container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:tw-container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:tw-container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:tw-container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:tw-container{
      max-width: 1280px;
    }
  }

  .xl\:tw-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:tw-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:tw-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:tw-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:tw-pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:tw-pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:tw-visible{
    visibility: visible !important;
  }

  .xl\:tw-invisible{
    visibility: hidden !important;
  }

  .xl\:tw-static{
    position: static !important;
  }

  .xl\:tw-fixed{
    position: fixed !important;
  }

  .xl\:tw-absolute{
    position: absolute !important;
  }

  .xl\:tw-relative{
    position: relative !important;
  }

  .xl\:tw-sticky{
    position: sticky !important;
  }

  .xl\:tw-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:tw-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-x-0{
    left: 0 !important;
    right: 0 !important;
  }

  .xl\:tw-inset-x-auto{
    left: auto !important;
    right: auto !important;
  }

  .xl\:tw-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:tw-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:tw-top-0{
    top: 0 !important;
  }

  .xl\:tw-top-auto{
    top: auto !important;
  }

  .xl\:tw-right-0{
    right: 0 !important;
  }

  .xl\:tw-right-auto{
    right: auto !important;
  }

  .xl\:tw-bottom-0{
    bottom: 0 !important;
  }

  .xl\:tw-bottom-auto{
    bottom: auto !important;
  }

  .xl\:tw-left-0{
    left: 0 !important;
  }

  .xl\:tw-left-auto{
    left: auto !important;
  }

  .xl\:tw-isolate{
    isolation: isolate !important;
  }

  .xl\:tw-isolation-auto{
    isolation: auto !important;
  }

  .xl\:tw-z-0{
    z-index: 0 !important;
  }

  .xl\:tw-z-10{
    z-index: 10 !important;
  }

  .xl\:tw-z-20{
    z-index: 20 !important;
  }

  .xl\:tw-z-30{
    z-index: 30 !important;
  }

  .xl\:tw-z-40{
    z-index: 40 !important;
  }

  .xl\:tw-z-50{
    z-index: 50 !important;
  }

  .xl\:tw-z-auto{
    z-index: auto !important;
  }

  .xl\:tw-order-1{
    order: 1 !important;
  }

  .xl\:tw-order-2{
    order: 2 !important;
  }

  .xl\:tw-order-3{
    order: 3 !important;
  }

  .xl\:tw-order-4{
    order: 4 !important;
  }

  .xl\:tw-order-5{
    order: 5 !important;
  }

  .xl\:tw-order-6{
    order: 6 !important;
  }

  .xl\:tw-order-7{
    order: 7 !important;
  }

  .xl\:tw-order-8{
    order: 8 !important;
  }

  .xl\:tw-order-9{
    order: 9 !important;
  }

  .xl\:tw-order-10{
    order: 10 !important;
  }

  .xl\:tw-order-11{
    order: 11 !important;
  }

  .xl\:tw-order-12{
    order: 12 !important;
  }

  .xl\:tw-order-first{
    order: -9999 !important;
  }

  .xl\:tw-order-last{
    order: 9999 !important;
  }

  .xl\:tw-order-none{
    order: 0 !important;
  }

  .xl\:tw-col-auto{
    grid-column: auto !important;
  }

  .xl\:tw-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:tw-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:tw-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:tw-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:tw-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:tw-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:tw-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:tw-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:tw-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:tw-col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:tw-col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:tw-col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:tw-col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:tw-col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:tw-col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:tw-col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:tw-col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:tw-col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:tw-col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:tw-col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:tw-col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:tw-col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:tw-col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:tw-col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:tw-col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:tw-col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:tw-col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:tw-col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:tw-col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:tw-col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:tw-col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:tw-col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:tw-col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:tw-col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:tw-col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:tw-col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:tw-col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:tw-row-auto{
    grid-row: auto !important;
  }

  .xl\:tw-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:tw-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:tw-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:tw-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:tw-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:tw-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:tw-row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:tw-row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:tw-row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:tw-row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:tw-row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:tw-row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:tw-row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:tw-row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:tw-row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:tw-row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:tw-row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:tw-row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:tw-row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:tw-row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:tw-row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:tw-row-end-auto{
    grid-row-end: auto !important;
  }

  .xl\:tw-float-right{
    float: right !important;
  }

  .xl\:tw-float-left{
    float: left !important;
  }

  .xl\:tw-float-none{
    float: none !important;
  }

  .xl\:tw-clear-left{
    clear: left !important;
  }

  .xl\:tw-clear-right{
    clear: right !important;
  }

  .xl\:tw-clear-both{
    clear: both !important;
  }

  .xl\:tw-clear-none{
    clear: none !important;
  }

  .xl\:tw-m-0{
    margin: 0 !important;
  }

  .xl\:tw-m-1{
    margin: 0.25rem !important;
  }

  .xl\:tw-m-2{
    margin: 0.5rem !important;
  }

  .xl\:tw-m-3{
    margin: 0.75rem !important;
  }

  .xl\:tw-m-4{
    margin: 1rem !important;
  }

  .xl\:tw-m-5{
    margin: 1.25rem !important;
  }

  .xl\:tw-m-6{
    margin: 1.5rem !important;
  }

  .xl\:tw-m-8{
    margin: 2rem !important;
  }

  .xl\:tw-m-10{
    margin: 2.5rem !important;
  }

  .xl\:tw-m-12{
    margin: 3rem !important;
  }

  .xl\:tw-m-14{
    margin: 3.5rem !important;
  }

  .xl\:tw-m-16{
    margin: 4rem !important;
  }

  .xl\:tw-m-20{
    margin: 5rem !important;
  }

  .xl\:tw-m-24{
    margin: 6rem !important;
  }

  .xl\:tw-m-32{
    margin: 8rem !important;
  }

  .xl\:tw-m-40{
    margin: 10rem !important;
  }

  .xl\:tw-m-48{
    margin: 12rem !important;
  }

  .xl\:tw-m-56{
    margin: 14rem !important;
  }

  .xl\:tw-m-60{
    margin: 15rem !important;
  }

  .xl\:tw-m-64{
    margin: 16rem !important;
  }

  .xl\:tw-m-80{
    margin: 20rem !important;
  }

  .xl\:tw-m-auto{
    margin: auto !important;
  }

  .xl\:tw-m-px{
    margin: 1px !important;
  }

  .xl\:tw-m-nav{
    margin: 2.625rem !important;
  }

  .xl\:tw--m-1{
    margin: -0.25rem !important;
  }

  .xl\:tw--m-2{
    margin: -0.5rem !important;
  }

  .xl\:tw--m-3{
    margin: -0.75rem !important;
  }

  .xl\:tw--m-4{
    margin: -1rem !important;
  }

  .xl\:tw--m-5{
    margin: -1.25rem !important;
  }

  .xl\:tw--m-6{
    margin: -1.5rem !important;
  }

  .xl\:tw--m-8{
    margin: -2rem !important;
  }

  .xl\:tw--m-10{
    margin: -2.5rem !important;
  }

  .xl\:tw--m-12{
    margin: -3rem !important;
  }

  .xl\:tw--m-14{
    margin: -3.5rem !important;
  }

  .xl\:tw--m-16{
    margin: -4rem !important;
  }

  .xl\:tw--m-20{
    margin: -5rem !important;
  }

  .xl\:tw--m-24{
    margin: -6rem !important;
  }

  .xl\:tw--m-32{
    margin: -8rem !important;
  }

  .xl\:tw--m-40{
    margin: -10rem !important;
  }

  .xl\:tw--m-48{
    margin: -12rem !important;
  }

  .xl\:tw--m-56{
    margin: -14rem !important;
  }

  .xl\:tw--m-60{
    margin: -15rem !important;
  }

  .xl\:tw--m-64{
    margin: -16rem !important;
  }

  .xl\:tw--m-80{
    margin: -20rem !important;
  }

  .xl\:tw--m-px{
    margin: -1px !important;
  }

  .xl\:tw--m-nav{
    margin: -2.625rem !important;
  }

  .xl\:tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-mx-14{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-mx-80{
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:tw-mx-nav{
    margin-left: 2.625rem !important;
    margin-right: 2.625rem !important;
  }

  .xl\:tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:tw--mx-14{
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:tw--mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:tw--mx-80{
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:tw--mx-nav{
    margin-left: -2.625rem !important;
    margin-right: -2.625rem !important;
  }

  .xl\:tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-my-14{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-my-80{
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:tw-my-nav{
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }

  .xl\:tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:tw--my-14{
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:tw--my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:tw--my-80{
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:tw--my-nav{
    margin-top: -2.625rem !important;
    margin-bottom: -2.625rem !important;
  }

  .xl\:tw-mt-0{
    margin-top: 0 !important;
  }

  .xl\:tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:tw-mt-4{
    margin-top: 1rem !important;
  }

  .xl\:tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:tw-mt-8{
    margin-top: 2rem !important;
  }

  .xl\:tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:tw-mt-12{
    margin-top: 3rem !important;
  }

  .xl\:tw-mt-14{
    margin-top: 3.5rem !important;
  }

  .xl\:tw-mt-16{
    margin-top: 4rem !important;
  }

  .xl\:tw-mt-20{
    margin-top: 5rem !important;
  }

  .xl\:tw-mt-24{
    margin-top: 6rem !important;
  }

  .xl\:tw-mt-32{
    margin-top: 8rem !important;
  }

  .xl\:tw-mt-40{
    margin-top: 10rem !important;
  }

  .xl\:tw-mt-48{
    margin-top: 12rem !important;
  }

  .xl\:tw-mt-56{
    margin-top: 14rem !important;
  }

  .xl\:tw-mt-60{
    margin-top: 15rem !important;
  }

  .xl\:tw-mt-64{
    margin-top: 16rem !important;
  }

  .xl\:tw-mt-80{
    margin-top: 20rem !important;
  }

  .xl\:tw-mt-auto{
    margin-top: auto !important;
  }

  .xl\:tw-mt-px{
    margin-top: 1px !important;
  }

  .xl\:tw-mt-nav{
    margin-top: 2.625rem !important;
  }

  .xl\:tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:tw--mt-4{
    margin-top: -1rem !important;
  }

  .xl\:tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:tw--mt-8{
    margin-top: -2rem !important;
  }

  .xl\:tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:tw--mt-12{
    margin-top: -3rem !important;
  }

  .xl\:tw--mt-14{
    margin-top: -3.5rem !important;
  }

  .xl\:tw--mt-16{
    margin-top: -4rem !important;
  }

  .xl\:tw--mt-20{
    margin-top: -5rem !important;
  }

  .xl\:tw--mt-24{
    margin-top: -6rem !important;
  }

  .xl\:tw--mt-32{
    margin-top: -8rem !important;
  }

  .xl\:tw--mt-40{
    margin-top: -10rem !important;
  }

  .xl\:tw--mt-48{
    margin-top: -12rem !important;
  }

  .xl\:tw--mt-56{
    margin-top: -14rem !important;
  }

  .xl\:tw--mt-60{
    margin-top: -15rem !important;
  }

  .xl\:tw--mt-64{
    margin-top: -16rem !important;
  }

  .xl\:tw--mt-80{
    margin-top: -20rem !important;
  }

  .xl\:tw--mt-px{
    margin-top: -1px !important;
  }

  .xl\:tw--mt-nav{
    margin-top: -2.625rem !important;
  }

  .xl\:tw-mr-0{
    margin-right: 0 !important;
  }

  .xl\:tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mr-4{
    margin-right: 1rem !important;
  }

  .xl\:tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mr-8{
    margin-right: 2rem !important;
  }

  .xl\:tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mr-12{
    margin-right: 3rem !important;
  }

  .xl\:tw-mr-14{
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mr-16{
    margin-right: 4rem !important;
  }

  .xl\:tw-mr-20{
    margin-right: 5rem !important;
  }

  .xl\:tw-mr-24{
    margin-right: 6rem !important;
  }

  .xl\:tw-mr-32{
    margin-right: 8rem !important;
  }

  .xl\:tw-mr-40{
    margin-right: 10rem !important;
  }

  .xl\:tw-mr-48{
    margin-right: 12rem !important;
  }

  .xl\:tw-mr-56{
    margin-right: 14rem !important;
  }

  .xl\:tw-mr-60{
    margin-right: 15rem !important;
  }

  .xl\:tw-mr-64{
    margin-right: 16rem !important;
  }

  .xl\:tw-mr-80{
    margin-right: 20rem !important;
  }

  .xl\:tw-mr-auto{
    margin-right: auto !important;
  }

  .xl\:tw-mr-px{
    margin-right: 1px !important;
  }

  .xl\:tw-mr-nav{
    margin-right: 2.625rem !important;
  }

  .xl\:tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mr-4{
    margin-right: -1rem !important;
  }

  .xl\:tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mr-8{
    margin-right: -2rem !important;
  }

  .xl\:tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mr-12{
    margin-right: -3rem !important;
  }

  .xl\:tw--mr-14{
    margin-right: -3.5rem !important;
  }

  .xl\:tw--mr-16{
    margin-right: -4rem !important;
  }

  .xl\:tw--mr-20{
    margin-right: -5rem !important;
  }

  .xl\:tw--mr-24{
    margin-right: -6rem !important;
  }

  .xl\:tw--mr-32{
    margin-right: -8rem !important;
  }

  .xl\:tw--mr-40{
    margin-right: -10rem !important;
  }

  .xl\:tw--mr-48{
    margin-right: -12rem !important;
  }

  .xl\:tw--mr-56{
    margin-right: -14rem !important;
  }

  .xl\:tw--mr-60{
    margin-right: -15rem !important;
  }

  .xl\:tw--mr-64{
    margin-right: -16rem !important;
  }

  .xl\:tw--mr-80{
    margin-right: -20rem !important;
  }

  .xl\:tw--mr-px{
    margin-right: -1px !important;
  }

  .xl\:tw--mr-nav{
    margin-right: -2.625rem !important;
  }

  .xl\:tw-mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:tw-mb-14{
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:tw-mb-60{
    margin-bottom: 15rem !important;
  }

  .xl\:tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:tw-mb-80{
    margin-bottom: 20rem !important;
  }

  .xl\:tw-mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:tw-mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:tw-mb-nav{
    margin-bottom: 2.625rem !important;
  }

  .xl\:tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:tw--mb-14{
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:tw--mb-60{
    margin-bottom: -15rem !important;
  }

  .xl\:tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:tw--mb-80{
    margin-bottom: -20rem !important;
  }

  .xl\:tw--mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:tw--mb-nav{
    margin-bottom: -2.625rem !important;
  }

  .xl\:tw-ml-0{
    margin-left: 0 !important;
  }

  .xl\:tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:tw-ml-4{
    margin-left: 1rem !important;
  }

  .xl\:tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:tw-ml-8{
    margin-left: 2rem !important;
  }

  .xl\:tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:tw-ml-12{
    margin-left: 3rem !important;
  }

  .xl\:tw-ml-14{
    margin-left: 3.5rem !important;
  }

  .xl\:tw-ml-16{
    margin-left: 4rem !important;
  }

  .xl\:tw-ml-20{
    margin-left: 5rem !important;
  }

  .xl\:tw-ml-24{
    margin-left: 6rem !important;
  }

  .xl\:tw-ml-32{
    margin-left: 8rem !important;
  }

  .xl\:tw-ml-40{
    margin-left: 10rem !important;
  }

  .xl\:tw-ml-48{
    margin-left: 12rem !important;
  }

  .xl\:tw-ml-56{
    margin-left: 14rem !important;
  }

  .xl\:tw-ml-60{
    margin-left: 15rem !important;
  }

  .xl\:tw-ml-64{
    margin-left: 16rem !important;
  }

  .xl\:tw-ml-80{
    margin-left: 20rem !important;
  }

  .xl\:tw-ml-auto{
    margin-left: auto !important;
  }

  .xl\:tw-ml-px{
    margin-left: 1px !important;
  }

  .xl\:tw-ml-nav{
    margin-left: 2.625rem !important;
  }

  .xl\:tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:tw--ml-4{
    margin-left: -1rem !important;
  }

  .xl\:tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:tw--ml-8{
    margin-left: -2rem !important;
  }

  .xl\:tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:tw--ml-12{
    margin-left: -3rem !important;
  }

  .xl\:tw--ml-14{
    margin-left: -3.5rem !important;
  }

  .xl\:tw--ml-16{
    margin-left: -4rem !important;
  }

  .xl\:tw--ml-20{
    margin-left: -5rem !important;
  }

  .xl\:tw--ml-24{
    margin-left: -6rem !important;
  }

  .xl\:tw--ml-32{
    margin-left: -8rem !important;
  }

  .xl\:tw--ml-40{
    margin-left: -10rem !important;
  }

  .xl\:tw--ml-48{
    margin-left: -12rem !important;
  }

  .xl\:tw--ml-56{
    margin-left: -14rem !important;
  }

  .xl\:tw--ml-60{
    margin-left: -15rem !important;
  }

  .xl\:tw--ml-64{
    margin-left: -16rem !important;
  }

  .xl\:tw--ml-80{
    margin-left: -20rem !important;
  }

  .xl\:tw--ml-px{
    margin-left: -1px !important;
  }

  .xl\:tw--ml-nav{
    margin-left: -2.625rem !important;
  }

  .xl\:tw-box-border{
    box-sizing: border-box !important;
  }

  .xl\:tw-box-content{
    box-sizing: content-box !important;
  }

  .xl\:tw-block{
    display: block !important;
  }

  .xl\:tw-inline-block{
    display: inline-block !important;
  }

  .xl\:tw-inline{
    display: inline !important;
  }

  .xl\:tw-flex{
    display: flex !important;
  }

  .xl\:tw-inline-flex{
    display: inline-flex !important;
  }

  .xl\:tw-table{
    display: table !important;
  }

  .xl\:tw-inline-table{
    display: inline-table !important;
  }

  .xl\:tw-table-caption{
    display: table-caption !important;
  }

  .xl\:tw-table-cell{
    display: table-cell !important;
  }

  .xl\:tw-table-column{
    display: table-column !important;
  }

  .xl\:tw-table-column-group{
    display: table-column-group !important;
  }

  .xl\:tw-table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:tw-table-header-group{
    display: table-header-group !important;
  }

  .xl\:tw-table-row-group{
    display: table-row-group !important;
  }

  .xl\:tw-table-row{
    display: table-row !important;
  }

  .xl\:tw-flow-root{
    display: flow-root !important;
  }

  .xl\:tw-grid{
    display: grid !important;
  }

  .xl\:tw-inline-grid{
    display: inline-grid !important;
  }

  .xl\:tw-contents{
    display: contents !important;
  }

  .xl\:tw-list-item{
    display: list-item !important;
  }

  .xl\:tw-hidden{
    display: none !important;
  }

  .xl\:tw-h-0{
    height: 0 !important;
  }

  .xl\:tw-h-1{
    height: 0.25rem !important;
  }

  .xl\:tw-h-2{
    height: 0.5rem !important;
  }

  .xl\:tw-h-3{
    height: 0.75rem !important;
  }

  .xl\:tw-h-4{
    height: 1rem !important;
  }

  .xl\:tw-h-5{
    height: 1.25rem !important;
  }

  .xl\:tw-h-6{
    height: 1.5rem !important;
  }

  .xl\:tw-h-8{
    height: 2rem !important;
  }

  .xl\:tw-h-10{
    height: 2.5rem !important;
  }

  .xl\:tw-h-12{
    height: 3rem !important;
  }

  .xl\:tw-h-14{
    height: 3.5rem !important;
  }

  .xl\:tw-h-16{
    height: 4rem !important;
  }

  .xl\:tw-h-20{
    height: 5rem !important;
  }

  .xl\:tw-h-24{
    height: 6rem !important;
  }

  .xl\:tw-h-32{
    height: 8rem !important;
  }

  .xl\:tw-h-40{
    height: 10rem !important;
  }

  .xl\:tw-h-48{
    height: 12rem !important;
  }

  .xl\:tw-h-56{
    height: 14rem !important;
  }

  .xl\:tw-h-60{
    height: 15rem !important;
  }

  .xl\:tw-h-64{
    height: 16rem !important;
  }

  .xl\:tw-h-80{
    height: 20rem !important;
  }

  .xl\:tw-h-auto{
    height: auto !important;
  }

  .xl\:tw-h-px{
    height: 1px !important;
  }

  .xl\:tw-h-nav{
    height: 2.625rem !important;
  }

  .xl\:tw-h-full{
    height: 100% !important;
  }

  .xl\:tw-h-screen{
    height: 100vh !important;
  }

  .xl\:tw-max-h-0{
    max-height: 0 !important;
  }

  .xl\:tw-max-h-1\/4{
    max-height: 25% !important;
  }

  .xl\:tw-max-h-1\/2{
    max-height: 50% !important;
  }

  .xl\:tw-max-h-3\/4{
    max-height: 75% !important;
  }

  .xl\:tw-max-h-full{
    max-height: 100% !important;
  }

  .xl\:tw-max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:tw-min-h-0{
    min-height: 0 !important;
  }

  .xl\:tw-min-h-full{
    min-height: 100% !important;
  }

  .xl\:tw-min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:tw-w-0{
    width: 0 !important;
  }

  .xl\:tw-w-1{
    width: 0.25rem !important;
  }

  .xl\:tw-w-2{
    width: 0.5rem !important;
  }

  .xl\:tw-w-3{
    width: 0.75rem !important;
  }

  .xl\:tw-w-4{
    width: 1rem !important;
  }

  .xl\:tw-w-5{
    width: 1.25rem !important;
  }

  .xl\:tw-w-6{
    width: 1.5rem !important;
  }

  .xl\:tw-w-8{
    width: 2rem !important;
  }

  .xl\:tw-w-10{
    width: 2.5rem !important;
  }

  .xl\:tw-w-12{
    width: 3rem !important;
  }

  .xl\:tw-w-14{
    width: 3.5rem !important;
  }

  .xl\:tw-w-16{
    width: 4rem !important;
  }

  .xl\:tw-w-20{
    width: 5rem !important;
  }

  .xl\:tw-w-24{
    width: 6rem !important;
  }

  .xl\:tw-w-32{
    width: 8rem !important;
  }

  .xl\:tw-w-40{
    width: 10rem !important;
  }

  .xl\:tw-w-48{
    width: 12rem !important;
  }

  .xl\:tw-w-56{
    width: 14rem !important;
  }

  .xl\:tw-w-60{
    width: 15rem !important;
  }

  .xl\:tw-w-64{
    width: 16rem !important;
  }

  .xl\:tw-w-80{
    width: 20rem !important;
  }

  .xl\:tw-w-auto{
    width: auto !important;
  }

  .xl\:tw-w-px{
    width: 1px !important;
  }

  .xl\:tw-w-nav{
    width: 2.625rem !important;
  }

  .xl\:tw-w-1\/2{
    width: 50% !important;
  }

  .xl\:tw-w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:tw-w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:tw-w-1\/4{
    width: 25% !important;
  }

  .xl\:tw-w-2\/4{
    width: 50% !important;
  }

  .xl\:tw-w-3\/4{
    width: 75% !important;
  }

  .xl\:tw-w-1\/5{
    width: 20% !important;
  }

  .xl\:tw-w-2\/5{
    width: 40% !important;
  }

  .xl\:tw-w-3\/5{
    width: 60% !important;
  }

  .xl\:tw-w-4\/5{
    width: 80% !important;
  }

  .xl\:tw-w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:tw-w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:tw-w-3\/6{
    width: 50% !important;
  }

  .xl\:tw-w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:tw-w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:tw-w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:tw-w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:tw-w-3\/12{
    width: 25% !important;
  }

  .xl\:tw-w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:tw-w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:tw-w-6\/12{
    width: 50% !important;
  }

  .xl\:tw-w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:tw-w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:tw-w-9\/12{
    width: 75% !important;
  }

  .xl\:tw-w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:tw-w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:tw-w-full{
    width: 100% !important;
  }

  .xl\:tw-w-screen{
    width: 100vw !important;
  }

  .xl\:tw-min-w-0{
    min-width: 0 !important;
  }

  .xl\:tw-min-w-full{
    min-width: 100% !important;
  }

  .xl\:tw-max-w-none{
    max-width: none !important;
  }

  .xl\:tw-max-w-xxs{
    max-width: 15rem !important;
  }

  .xl\:tw-max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:tw-max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:tw-max-w-md{
    max-width: 28rem !important;
  }

  .xl\:tw-max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:tw-max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:tw-max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:tw-max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:tw-max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:tw-max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:tw-max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:tw-max-w-full{
    max-width: 100% !important;
  }

  .xl\:tw-max-w-screen-sm{
    max-width: 640px !important;
  }

  .xl\:tw-max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:tw-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:tw-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl\:tw-flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none{
    flex: none !important;
  }

  .xl\:tw-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:tw-flex-shrink-default{
    flex-shrink: 1 !important;
  }

  .xl\:tw-flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow-default{
    flex-grow: 1 !important;
  }

  .xl\:tw-table-auto{
    table-layout: auto !important;
  }

  .xl\:tw-table-fixed{
    table-layout: fixed !important;
  }

  .xl\:tw-border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:tw-border-separate{
    border-collapse: separate !important;
  }

  .xl\:tw-origin-center{
    transform-origin: center !important;
  }

  .xl\:tw-origin-top{
    transform-origin: top !important;
  }

  .xl\:tw-origin-top-right{
    transform-origin: top right !important;
  }

  .xl\:tw-origin-right{
    transform-origin: right !important;
  }

  .xl\:tw-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .xl\:tw-origin-bottom{
    transform-origin: bottom !important;
  }

  .xl\:tw-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .xl\:tw-origin-left{
    transform-origin: left !important;
  }

  .xl\:tw-origin-top-left{
    transform-origin: top left !important;
  }

  .xl\:tw-transform{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:tw-transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:tw-transform-none{
    transform: none !important;
  }

  .xl\:tw-translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .xl\:tw-translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:tw-translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:tw-translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:tw-translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xl\:tw-translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:tw-translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:tw-translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xl\:tw-translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:tw-translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl\:tw-translate-x-14{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:tw-translate-x-16{
    --tw-translate-x: 4rem !important;
  }

  .xl\:tw-translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl\:tw-translate-x-24{
    --tw-translate-x: 6rem !important;
  }

  .xl\:tw-translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl\:tw-translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl\:tw-translate-x-48{
    --tw-translate-x: 12rem !important;
  }

  .xl\:tw-translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xl\:tw-translate-x-60{
    --tw-translate-x: 15rem !important;
  }

  .xl\:tw-translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xl\:tw-translate-x-80{
    --tw-translate-x: 20rem !important;
  }

  .xl\:tw-translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xl\:tw-translate-x-nav{
    --tw-translate-x: 2.625rem !important;
  }

  .xl\:tw--translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:tw--translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:tw--translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:tw--translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xl\:tw--translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:tw--translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:tw--translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xl\:tw--translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:tw--translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl\:tw--translate-x-14{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:tw--translate-x-16{
    --tw-translate-x: -4rem !important;
  }

  .xl\:tw--translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl\:tw--translate-x-24{
    --tw-translate-x: -6rem !important;
  }

  .xl\:tw--translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl\:tw--translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl\:tw--translate-x-48{
    --tw-translate-x: -12rem !important;
  }

  .xl\:tw--translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xl\:tw--translate-x-60{
    --tw-translate-x: -15rem !important;
  }

  .xl\:tw--translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xl\:tw--translate-x-80{
    --tw-translate-x: -20rem !important;
  }

  .xl\:tw--translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xl\:tw--translate-x-nav{
    --tw-translate-x: -2.625rem !important;
  }

  .xl\:tw--translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xl\:tw--translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xl\:tw-translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xl\:tw-translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .xl\:tw-translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:tw-translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:tw-translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:tw-translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xl\:tw-translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:tw-translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:tw-translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xl\:tw-translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:tw-translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl\:tw-translate-y-14{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:tw-translate-y-16{
    --tw-translate-y: 4rem !important;
  }

  .xl\:tw-translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl\:tw-translate-y-24{
    --tw-translate-y: 6rem !important;
  }

  .xl\:tw-translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl\:tw-translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl\:tw-translate-y-48{
    --tw-translate-y: 12rem !important;
  }

  .xl\:tw-translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xl\:tw-translate-y-60{
    --tw-translate-y: 15rem !important;
  }

  .xl\:tw-translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xl\:tw-translate-y-80{
    --tw-translate-y: 20rem !important;
  }

  .xl\:tw-translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xl\:tw-translate-y-nav{
    --tw-translate-y: 2.625rem !important;
  }

  .xl\:tw--translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:tw--translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:tw--translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:tw--translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xl\:tw--translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:tw--translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:tw--translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xl\:tw--translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:tw--translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl\:tw--translate-y-14{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:tw--translate-y-16{
    --tw-translate-y: -4rem !important;
  }

  .xl\:tw--translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl\:tw--translate-y-24{
    --tw-translate-y: -6rem !important;
  }

  .xl\:tw--translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl\:tw--translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl\:tw--translate-y-48{
    --tw-translate-y: -12rem !important;
  }

  .xl\:tw--translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xl\:tw--translate-y-60{
    --tw-translate-y: -15rem !important;
  }

  .xl\:tw--translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xl\:tw--translate-y-80{
    --tw-translate-y: -20rem !important;
  }

  .xl\:tw--translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xl\:tw--translate-y-nav{
    --tw-translate-y: -2.625rem !important;
  }

  .xl\:tw--translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xl\:tw--translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xl\:tw-translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:tw-translate-x-nav:hover{
    --tw-translate-x: 2.625rem !important;
  }

  .xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:tw--translate-x-nav:hover{
    --tw-translate-x: -2.625rem !important;
  }

  .xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:tw-translate-y-nav:hover{
    --tw-translate-y: 2.625rem !important;
  }

  .xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:tw--translate-y-nav:hover{
    --tw-translate-y: -2.625rem !important;
  }

  .xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:tw-translate-x-nav:focus{
    --tw-translate-x: 2.625rem !important;
  }

  .xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:tw--translate-x-nav:focus{
    --tw-translate-x: -2.625rem !important;
  }

  .xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:tw-translate-y-nav:focus{
    --tw-translate-y: 2.625rem !important;
  }

  .xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:tw--translate-y-nav:focus{
    --tw-translate-y: -2.625rem !important;
  }

  .xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xl\:tw-rotate-0{
    --tw-rotate: 0 !important;
  }

  .xl\:tw-rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl\:tw-rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl\:tw-rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl\:tw--rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl\:tw--rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl\:tw--rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0 !important;
  }

  .xl\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0 !important;
  }

  .xl\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl\:tw-skew-x-0{
    --tw-skew-x: 0 !important;
  }

  .xl\:tw-skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl\:tw-skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl\:tw-skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl\:tw--skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl\:tw--skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl\:tw--skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl\:tw-skew-y-0{
    --tw-skew-y: 0 !important;
  }

  .xl\:tw-skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl\:tw-skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl\:tw-skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl\:tw--skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl\:tw--skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl\:tw--skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0 !important;
  }

  .xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0 !important;
  }

  .xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0 !important;
  }

  .xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0 !important;
  }

  .xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl\:tw-scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl\:tw-scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl\:tw-scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl\:tw-scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl\:tw-scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl\:tw-scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl\:tw-scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:tw-scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:tw-scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:tw-scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:tw-scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-animate-none{
    animation: none !important;
  }

  .xl\:tw-animate-spin{
    animation: tw-spin 1s linear infinite !important;
  }

  .xl\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:tw-animate-bounce{
    animation: tw-bounce 1s infinite !important;
  }

  .xl\:tw-cursor-auto{
    cursor: auto !important;
  }

  .xl\:tw-cursor-default{
    cursor: default !important;
  }

  .xl\:tw-cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:tw-cursor-wait{
    cursor: wait !important;
  }

  .xl\:tw-cursor-text{
    cursor: text !important;
  }

  .xl\:tw-cursor-move{
    cursor: move !important;
  }

  .xl\:tw-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:tw-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:tw-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:tw-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:tw-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:tw-resize-none{
    resize: none !important;
  }

  .xl\:tw-resize-y{
    resize: vertical !important;
  }

  .xl\:tw-resize-x{
    resize: horizontal !important;
  }

  .xl\:tw-resize{
    resize: both !important;
  }

  .xl\:tw-list-inside{
    list-style-position: inside !important;
  }

  .xl\:tw-list-outside{
    list-style-position: outside !important;
  }

  .xl\:tw-list-none{
    list-style-type: none !important;
  }

  .xl\:tw-list-disc{
    list-style-type: disc !important;
  }

  .xl\:tw-list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:tw-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:tw-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:tw-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .xl\:tw-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .xl\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:tw-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:tw-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:tw-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:tw-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .xl\:tw-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .xl\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:tw-flex-row{
    flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col{
    flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:tw-flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:tw-flex-nowrap{
    flex-wrap: nowrap !important;
  }

  .xl\:tw-place-content-center{
    place-content: center !important;
  }

  .xl\:tw-place-content-start{
    place-content: start !important;
  }

  .xl\:tw-place-content-end{
    place-content: end !important;
  }

  .xl\:tw-place-content-between{
    place-content: space-between !important;
  }

  .xl\:tw-place-content-around{
    place-content: space-around !important;
  }

  .xl\:tw-place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:tw-place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:tw-place-items-start{
    place-items: start !important;
  }

  .xl\:tw-place-items-end{
    place-items: end !important;
  }

  .xl\:tw-place-items-center{
    place-items: center !important;
  }

  .xl\:tw-place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:tw-content-center{
    align-content: center !important;
  }

  .xl\:tw-content-start{
    align-content: flex-start !important;
  }

  .xl\:tw-content-end{
    align-content: flex-end !important;
  }

  .xl\:tw-content-between{
    align-content: space-between !important;
  }

  .xl\:tw-content-around{
    align-content: space-around !important;
  }

  .xl\:tw-content-evenly{
    align-content: space-evenly !important;
  }

  .xl\:tw-items-start{
    align-items: flex-start !important;
  }

  .xl\:tw-items-end{
    align-items: flex-end !important;
  }

  .xl\:tw-items-center{
    align-items: center !important;
  }

  .xl\:tw-items-baseline{
    align-items: baseline !important;
  }

  .xl\:tw-items-stretch{
    align-items: stretch !important;
  }

  .xl\:tw-justify-start{
    justify-content: flex-start !important;
  }

  .xl\:tw-justify-end{
    justify-content: flex-end !important;
  }

  .xl\:tw-justify-center{
    justify-content: center !important;
  }

  .xl\:tw-justify-between{
    justify-content: space-between !important;
  }

  .xl\:tw-justify-around{
    justify-content: space-around !important;
  }

  .xl\:tw-justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:tw-justify-items-start{
    justify-items: start !important;
  }

  .xl\:tw-justify-items-end{
    justify-items: end !important;
  }

  .xl\:tw-justify-items-center{
    justify-items: center !important;
  }

  .xl\:tw-justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:tw-gap-0{
    gap: 0 !important;
  }

  .xl\:tw-gap-1{
    gap: 0.25rem !important;
  }

  .xl\:tw-gap-2{
    gap: 0.5rem !important;
  }

  .xl\:tw-gap-3{
    gap: 0.75rem !important;
  }

  .xl\:tw-gap-4{
    gap: 1rem !important;
  }

  .xl\:tw-gap-5{
    gap: 1.25rem !important;
  }

  .xl\:tw-gap-6{
    gap: 1.5rem !important;
  }

  .xl\:tw-gap-8{
    gap: 2rem !important;
  }

  .xl\:tw-gap-10{
    gap: 2.5rem !important;
  }

  .xl\:tw-gap-12{
    gap: 3rem !important;
  }

  .xl\:tw-gap-14{
    gap: 3.5rem !important;
  }

  .xl\:tw-gap-16{
    gap: 4rem !important;
  }

  .xl\:tw-gap-20{
    gap: 5rem !important;
  }

  .xl\:tw-gap-24{
    gap: 6rem !important;
  }

  .xl\:tw-gap-32{
    gap: 8rem !important;
  }

  .xl\:tw-gap-40{
    gap: 10rem !important;
  }

  .xl\:tw-gap-48{
    gap: 12rem !important;
  }

  .xl\:tw-gap-56{
    gap: 14rem !important;
  }

  .xl\:tw-gap-60{
    gap: 15rem !important;
  }

  .xl\:tw-gap-64{
    gap: 16rem !important;
  }

  .xl\:tw-gap-80{
    gap: 20rem !important;
  }

  .xl\:tw-gap-px{
    gap: 1px !important;
  }

  .xl\:tw-gap-nav{
    gap: 2.625rem !important;
  }

  .xl\:tw-gap-x-0{
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:tw-gap-x-1{
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:tw-gap-x-2{
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:tw-gap-x-3{
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:tw-gap-x-4{
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:tw-gap-x-5{
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:tw-gap-x-6{
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:tw-gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:tw-gap-x-10{
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:tw-gap-x-12{
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:tw-gap-x-14{
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:tw-gap-x-16{
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:tw-gap-x-20{
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:tw-gap-x-24{
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:tw-gap-x-32{
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:tw-gap-x-40{
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:tw-gap-x-48{
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:tw-gap-x-56{
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:tw-gap-x-60{
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:tw-gap-x-64{
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:tw-gap-x-80{
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:tw-gap-x-px{
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:tw-gap-x-nav{
    -moz-column-gap: 2.625rem !important;
         column-gap: 2.625rem !important;
  }

  .xl\:tw-gap-y-0{
    row-gap: 0 !important;
  }

  .xl\:tw-gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xl\:tw-gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xl\:tw-gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xl\:tw-gap-y-4{
    row-gap: 1rem !important;
  }

  .xl\:tw-gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xl\:tw-gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xl\:tw-gap-y-8{
    row-gap: 2rem !important;
  }

  .xl\:tw-gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xl\:tw-gap-y-12{
    row-gap: 3rem !important;
  }

  .xl\:tw-gap-y-14{
    row-gap: 3.5rem !important;
  }

  .xl\:tw-gap-y-16{
    row-gap: 4rem !important;
  }

  .xl\:tw-gap-y-20{
    row-gap: 5rem !important;
  }

  .xl\:tw-gap-y-24{
    row-gap: 6rem !important;
  }

  .xl\:tw-gap-y-32{
    row-gap: 8rem !important;
  }

  .xl\:tw-gap-y-40{
    row-gap: 10rem !important;
  }

  .xl\:tw-gap-y-48{
    row-gap: 12rem !important;
  }

  .xl\:tw-gap-y-56{
    row-gap: 14rem !important;
  }

  .xl\:tw-gap-y-60{
    row-gap: 15rem !important;
  }

  .xl\:tw-gap-y-64{
    row-gap: 16rem !important;
  }

  .xl\:tw-gap-y-80{
    row-gap: 20rem !important;
  }

  .xl\:tw-gap-y-px{
    row-gap: 1px !important;
  }

  .xl\:tw-gap-y-nav{
    row-gap: 2.625rem !important;
  }

  .xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-x-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-y-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xl\:tw-divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor !important;
  }

  .xl\:tw-divide-light_gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-210 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-510 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-911 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-910 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xl\:tw-place-self-auto{
    place-self: auto !important;
  }

  .xl\:tw-place-self-start{
    place-self: start !important;
  }

  .xl\:tw-place-self-end{
    place-self: end !important;
  }

  .xl\:tw-place-self-center{
    place-self: center !important;
  }

  .xl\:tw-place-self-stretch{
    place-self: stretch !important;
  }

  .xl\:tw-self-auto{
    align-self: auto !important;
  }

  .xl\:tw-self-start{
    align-self: flex-start !important;
  }

  .xl\:tw-self-end{
    align-self: flex-end !important;
  }

  .xl\:tw-self-center{
    align-self: center !important;
  }

  .xl\:tw-self-stretch{
    align-self: stretch !important;
  }

  .xl\:tw-self-baseline{
    align-self: baseline !important;
  }

  .xl\:tw-justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:tw-justify-self-start{
    justify-self: start !important;
  }

  .xl\:tw-justify-self-end{
    justify-self: end !important;
  }

  .xl\:tw-justify-self-center{
    justify-self: center !important;
  }

  .xl\:tw-justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:tw-overflow-auto{
    overflow: auto !important;
  }

  .xl\:tw-overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:tw-overflow-visible{
    overflow: visible !important;
  }

  .xl\:tw-overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:tw-overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:tw-overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:tw-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:tw-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:tw-overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:tw-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:tw-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:tw-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .xl\:tw-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .xl\:tw-overscroll-none{
    overscroll-behavior: none !important;
  }

  .xl\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:tw-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:tw-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:tw-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:tw-overflow-ellipsis{
    text-overflow: ellipsis !important;
  }

  .xl\:tw-overflow-clip{
    text-overflow: clip !important;
  }

  .xl\:tw-whitespace-normal{
    white-space: normal !important;
  }

  .xl\:tw-whitespace-nowrap{
    white-space: nowrap !important;
  }

  .xl\:tw-whitespace-pre{
    white-space: pre !important;
  }

  .xl\:tw-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:tw-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:tw-break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:tw-break-all{
    word-break: break-all !important;
  }

  .xl\:tw-rounded-none{
    border-radius: 0 !important;
  }

  .xl\:tw-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-default{
    border-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:tw-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-t-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tl-default{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-bl-default{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-border-0{
    border-width: 0 !important;
  }

  .xl\:tw-border-2{
    border-width: 2px !important;
  }

  .xl\:tw-border-4{
    border-width: 4px !important;
  }

  .xl\:tw-border-8{
    border-width: 8px !important;
  }

  .xl\:tw-border-default{
    border-width: 1px !important;
  }

  .xl\:tw-border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:tw-border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:tw-border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:tw-border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:tw-border-t-default{
    border-top-width: 1px !important;
  }

  .xl\:tw-border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:tw-border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:tw-border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:tw-border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:tw-border-r-default{
    border-right-width: 1px !important;
  }

  .xl\:tw-border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:tw-border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:tw-border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:tw-border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:tw-border-b-default{
    border-bottom-width: 1px !important;
  }

  .xl\:tw-border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:tw-border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:tw-border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:tw-border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:tw-border-l-default{
    border-left-width: 1px !important;
  }

  .xl\:tw-border-solid{
    border-style: solid !important;
  }

  .xl\:tw-border-dashed{
    border-style: dashed !important;
  }

  .xl\:tw-border-dotted{
    border-style: dotted !important;
  }

  .xl\:tw-border-double{
    border-style: double !important;
  }

  .xl\:tw-border-none{
    border-style: none !important;
  }

  .xl\:tw-border-transparent{
    border-color: transparent !important;
  }

  .xl\:tw-border-current{
    border-color: currentColor !important;
  }

  .xl\:tw-border-light_gray{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-210{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-510{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-911{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-910{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-600{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-800{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-900{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-current:hover{
    border-color: currentColor !important;
  }

  .xl\:hover\:tw-border-light_gray:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-210:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-510:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-911:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-910:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-600:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-800:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-900:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-current:focus{
    border-color: currentColor !important;
  }

  .xl\:focus\:tw-border-light_gray:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-210:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 236, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 32, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 52, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 178, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 129, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-510:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 105, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 62, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 48, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 44, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 42, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-911:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 86, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 250, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 235, 200, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 211, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 173, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 137, 54, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 107, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 86, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 66, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(123, 52, 30, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 255, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 246, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 230, 180, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 211, 145, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 187, 120, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 161, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 133, 90, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 103, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 84, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 248, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 227, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(144, 205, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 179, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 153, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 130, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 108, 176, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(44, 82, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 67, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-910:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 173, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-600:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-800:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-900:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl\:tw-border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:tw-border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:tw-border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:tw-border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xl\:tw-bg-transparent{
    background-color: transparent !important;
  }

  .xl\:tw-bg-current{
    background-color: currentColor !important;
  }

  .xl\:tw-bg-light_gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-210{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-510{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-911{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-910{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:tw-bg-current:hover{
    background-color: currentColor !important;
  }

  .xl\:hover\:tw-bg-light_gray:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-210:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-510:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-911:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-910:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-600:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-800:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-900:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:tw-bg-current:focus{
    background-color: currentColor !important;
  }

  .xl\:focus\:tw-bg-light_gray:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-210:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 236, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(160, 174, 192, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 85, 104, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 32, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 52, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 178, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 129, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-510:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 105, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 62, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 48, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 44, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 42, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-911:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 86, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 250, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 235, 200, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 211, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 173, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 137, 54, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 107, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 86, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 66, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(123, 52, 30, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 255, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 246, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 230, 180, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 211, 145, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 187, 120, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 161, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 133, 90, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 103, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 84, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 248, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 227, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(144, 205, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 179, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 153, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 130, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 108, 176, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(44, 82, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-910:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 173, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-600:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-800:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-900:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:tw-bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:tw-bg-none{
    background-image: none !important;
  }

  .xl\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:tw-from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-current{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-light_gray{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:tw-from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-gray-100{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:tw-from-gray-200{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:tw-from-gray-210{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:tw-from-gray-300{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-from-gray-400{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:tw-from-gray-500{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:tw-from-gray-600{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:tw-from-gray-700{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:tw-from-gray-800{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:tw-from-gray-900{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:tw-from-gray-910{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:tw-from-red-100{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:tw-from-red-200{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:tw-from-red-300{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:tw-from-red-400{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:tw-from-red-500{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:tw-from-red-510{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:tw-from-red-600{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:tw-from-red-700{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:tw-from-red-800{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:tw-from-red-900{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:tw-from-red-910{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:tw-from-red-911{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:tw-from-orange-100{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:tw-from-orange-200{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:tw-from-orange-300{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:tw-from-orange-400{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:tw-from-orange-500{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:tw-from-orange-600{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:tw-from-orange-700{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:tw-from-orange-800{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:tw-from-orange-900{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:tw-from-yellow-100{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:tw-from-yellow-200{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:tw-from-yellow-300{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:tw-from-yellow-400{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:tw-from-yellow-500{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:tw-from-yellow-600{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:tw-from-yellow-700{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:tw-from-yellow-800{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:tw-from-yellow-900{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:tw-from-green-100{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:tw-from-green-200{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:tw-from-green-300{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:tw-from-green-400{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:tw-from-green-500{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:tw-from-green-600{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:tw-from-green-700{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:tw-from-green-800{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:tw-from-green-900{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:tw-from-teal-100{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:tw-from-teal-200{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:tw-from-teal-300{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:tw-from-teal-400{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:tw-from-teal-500{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:tw-from-teal-600{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:tw-from-teal-700{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:tw-from-teal-800{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:tw-from-teal-900{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:tw-from-blue-100{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:tw-from-blue-200{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:tw-from-blue-300{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:tw-from-blue-400{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:tw-from-blue-500{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:tw-from-blue-600{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:tw-from-blue-700{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:tw-from-blue-800{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:tw-from-blue-900{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:tw-from-blue-910{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:tw-from-indigo-100{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:tw-from-indigo-200{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:tw-from-indigo-300{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:tw-from-indigo-400{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:tw-from-indigo-500{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:tw-from-indigo-600{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:tw-from-indigo-700{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:tw-from-indigo-800{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:tw-from-indigo-900{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:tw-from-purple-100{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-from-purple-200{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:tw-from-purple-300{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:tw-from-purple-400{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:tw-from-purple-500{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:tw-from-purple-600{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:tw-from-purple-700{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:tw-from-purple-800{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:tw-from-purple-900{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:tw-from-pink-100{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:tw-from-pink-200{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:tw-from-pink-300{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:tw-from-pink-400{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:tw-from-pink-500{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:tw-from-pink-600{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:tw-from-pink-700{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:tw-from-pink-800{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:tw-from-pink-900{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-current:hover{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-light_gray:hover{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-100:hover{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-200:hover{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-210:hover{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-300:hover{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-400:hover{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-500:hover{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-600:hover{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-700:hover{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-800:hover{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-900:hover{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-910:hover{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:hover\:tw-from-red-100:hover{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-red-200:hover{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:tw-from-red-300:hover{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:tw-from-red-400:hover{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:tw-from-red-500:hover{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:tw-from-red-510:hover{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-red-600:hover{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:tw-from-red-700:hover{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:tw-from-red-800:hover{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:tw-from-red-900:hover{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:tw-from-red-910:hover{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:hover\:tw-from-red-911:hover{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-100:hover{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-200:hover{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-300:hover{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-400:hover{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-500:hover{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-600:hover{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-700:hover{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-800:hover{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-900:hover{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-100:hover{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-200:hover{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-300:hover{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-400:hover{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-500:hover{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-600:hover{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-700:hover{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-800:hover{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-900:hover{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:tw-from-green-100:hover{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-green-200:hover{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:tw-from-green-300:hover{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:tw-from-green-400:hover{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:tw-from-green-500:hover{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:tw-from-green-600:hover{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:tw-from-green-700:hover{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:tw-from-green-800:hover{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:tw-from-green-900:hover{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-100:hover{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-200:hover{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-300:hover{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-400:hover{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-500:hover{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-600:hover{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-700:hover{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-800:hover{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-900:hover{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-100:hover{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-200:hover{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-300:hover{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-400:hover{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-500:hover{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-600:hover{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-700:hover{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-800:hover{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-900:hover{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-910:hover{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-100:hover{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-200:hover{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-300:hover{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-400:hover{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-500:hover{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-600:hover{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-700:hover{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-800:hover{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-900:hover{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-100:hover{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-200:hover{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-300:hover{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-400:hover{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-500:hover{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-600:hover{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-700:hover{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-800:hover{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-900:hover{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-100:hover{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-200:hover{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-300:hover{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-400:hover{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-500:hover{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-600:hover{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-700:hover{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-800:hover{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-900:hover{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-current:focus{
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-light_gray:focus{
    --tw-gradient-from: #E5E2E2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-100:focus{
    --tw-gradient-from: #f7fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-200:focus{
    --tw-gradient-from: #edf2f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-210:focus{
    --tw-gradient-from: #f0ecec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-300:focus{
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-400:focus{
    --tw-gradient-from: #cbd5e0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-500:focus{
    --tw-gradient-from: #a0aec0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-600:focus{
    --tw-gradient-from: #718096 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-700:focus{
    --tw-gradient-from: #4a5568 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-800:focus{
    --tw-gradient-from: #2d3748 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-900:focus{
    --tw-gradient-from: #1a202c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-910:focus{
    --tw-gradient-from: #2c343b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:focus\:tw-from-red-100:focus{
    --tw-gradient-from: #fff5f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-red-200:focus{
    --tw-gradient-from: #fed7d7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:tw-from-red-300:focus{
    --tw-gradient-from: #feb2b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:tw-from-red-400:focus{
    --tw-gradient-from: #fc8181 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:tw-from-red-500:focus{
    --tw-gradient-from: #f56565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:tw-from-red-510:focus{
    --tw-gradient-from: #f6695e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-red-600:focus{
    --tw-gradient-from: #e53e3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:tw-from-red-700:focus{
    --tw-gradient-from: #c53030 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:tw-from-red-800:focus{
    --tw-gradient-from: #9b2c2c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:tw-from-red-900:focus{
    --tw-gradient-from: #742a2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:tw-from-red-910:focus{
    --tw-gradient-from: #f44336 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:focus\:tw-from-red-911:focus{
    --tw-gradient-from: #ff5656 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-100:focus{
    --tw-gradient-from: #fffaf0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-200:focus{
    --tw-gradient-from: #feebc8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-300:focus{
    --tw-gradient-from: #fbd38d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-400:focus{
    --tw-gradient-from: #f6ad55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-500:focus{
    --tw-gradient-from: #ed8936 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-600:focus{
    --tw-gradient-from: #dd6b20 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-700:focus{
    --tw-gradient-from: #c05621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-800:focus{
    --tw-gradient-from: #9c4221 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-900:focus{
    --tw-gradient-from: #7b341e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-100:focus{
    --tw-gradient-from: #fffff0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-200:focus{
    --tw-gradient-from: #fefcbf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-300:focus{
    --tw-gradient-from: #faf089 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-400:focus{
    --tw-gradient-from: #f6e05e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-500:focus{
    --tw-gradient-from: #ecc94b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-600:focus{
    --tw-gradient-from: #d69e2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-700:focus{
    --tw-gradient-from: #b7791f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-800:focus{
    --tw-gradient-from: #975a16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-900:focus{
    --tw-gradient-from: #744210 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:tw-from-green-100:focus{
    --tw-gradient-from: #f0fff4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-green-200:focus{
    --tw-gradient-from: #c6f6d5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:tw-from-green-300:focus{
    --tw-gradient-from: #9ae6b4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:tw-from-green-400:focus{
    --tw-gradient-from: #68d391 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:tw-from-green-500:focus{
    --tw-gradient-from: #48bb78 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:tw-from-green-600:focus{
    --tw-gradient-from: #38a169 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:tw-from-green-700:focus{
    --tw-gradient-from: #2f855a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:tw-from-green-800:focus{
    --tw-gradient-from: #276749 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:tw-from-green-900:focus{
    --tw-gradient-from: #22543d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-100:focus{
    --tw-gradient-from: #e6fffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-200:focus{
    --tw-gradient-from: #b2f5ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-300:focus{
    --tw-gradient-from: #81e6d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-400:focus{
    --tw-gradient-from: #4fd1c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-500:focus{
    --tw-gradient-from: #38b2ac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-600:focus{
    --tw-gradient-from: #319795 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-700:focus{
    --tw-gradient-from: #2c7a7b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-800:focus{
    --tw-gradient-from: #285e61 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-900:focus{
    --tw-gradient-from: #234e52 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-100:focus{
    --tw-gradient-from: #ebf8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-200:focus{
    --tw-gradient-from: #bee3f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-300:focus{
    --tw-gradient-from: #90cdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-400:focus{
    --tw-gradient-from: #63b3ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-500:focus{
    --tw-gradient-from: #4299e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-600:focus{
    --tw-gradient-from: #3182ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-700:focus{
    --tw-gradient-from: #2b6cb0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-800:focus{
    --tw-gradient-from: #2c5282 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-900:focus{
    --tw-gradient-from: #2a4365 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-910:focus{
    --tw-gradient-from: rgb(0,173,239) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-100:focus{
    --tw-gradient-from: #ebf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-200:focus{
    --tw-gradient-from: #c3dafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-300:focus{
    --tw-gradient-from: #a3bffa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-400:focus{
    --tw-gradient-from: #7f9cf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-500:focus{
    --tw-gradient-from: #667eea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-600:focus{
    --tw-gradient-from: #5a67d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-700:focus{
    --tw-gradient-from: #4c51bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-800:focus{
    --tw-gradient-from: #434190 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-900:focus{
    --tw-gradient-from: #3c366b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-100:focus{
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-200:focus{
    --tw-gradient-from: #e9d8fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-300:focus{
    --tw-gradient-from: #d6bcfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-400:focus{
    --tw-gradient-from: #b794f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-500:focus{
    --tw-gradient-from: #9f7aea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-600:focus{
    --tw-gradient-from: #805ad5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-700:focus{
    --tw-gradient-from: #6b46c1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-800:focus{
    --tw-gradient-from: #553c9a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-900:focus{
    --tw-gradient-from: #44337a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-100:focus{
    --tw-gradient-from: #fff5f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-200:focus{
    --tw-gradient-from: #fed7e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-300:focus{
    --tw-gradient-from: #fbb6ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-400:focus{
    --tw-gradient-from: #f687b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-500:focus{
    --tw-gradient-from: #ed64a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-600:focus{
    --tw-gradient-from: #d53f8c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-700:focus{
    --tw-gradient-from: #b83280 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-800:focus{
    --tw-gradient-from: #97266d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-900:focus{
    --tw-gradient-from: #702459 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-light_gray{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:tw-via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:tw-via-gray-210{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:tw-via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:tw-via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:tw-via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:tw-via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:tw-via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:tw-via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:tw-via-gray-910{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:tw-via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:tw-via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:tw-via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:tw-via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:tw-via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:tw-via-red-510{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:tw-via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:tw-via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:tw-via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:tw-via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:tw-via-red-910{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:tw-via-red-911{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:tw-via-orange-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:tw-via-orange-200{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:tw-via-orange-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:tw-via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:tw-via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:tw-via-orange-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:tw-via-orange-700{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:tw-via-orange-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:tw-via-orange-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:tw-via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:tw-via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:tw-via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:tw-via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:tw-via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:tw-via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:tw-via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:tw-via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:tw-via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:tw-via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:tw-via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:tw-via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:tw-via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:tw-via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:tw-via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:tw-via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:tw-via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:tw-via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:tw-via-teal-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:tw-via-teal-200{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:tw-via-teal-300{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:tw-via-teal-400{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:tw-via-teal-500{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:tw-via-teal-600{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:tw-via-teal-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:tw-via-teal-800{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:tw-via-teal-900{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:tw-via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:tw-via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:tw-via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:tw-via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:tw-via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:tw-via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:tw-via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:tw-via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:tw-via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:tw-via-blue-910{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:tw-via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:tw-via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:tw-via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:tw-via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:tw-via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:tw-via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:tw-via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:tw-via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:tw-via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:tw-via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:tw-via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:tw-via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:tw-via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:tw-via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:tw-via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:tw-via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:tw-via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:tw-via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:tw-via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:tw-via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:tw-via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:tw-via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:tw-via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:tw-via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:tw-via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:tw-via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-light_gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-210:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:hover\:tw-via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:tw-via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:tw-via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:tw-via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:tw-via-red-510:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:tw-via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:tw-via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:tw-via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:tw-via-red-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:hover\:tw-via-red-911:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:tw-via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:tw-via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:tw-via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:tw-via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:tw-via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:tw-via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:tw-via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:tw-via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-910:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-light_gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E5E2E2, var(--tw-gradient-to, rgba(229, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fafc, var(--tw-gradient-to, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edf2f7, var(--tw-gradient-to, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-210:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0ecec, var(--tw-gradient-to, rgba(240, 236, 236, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e0, var(--tw-gradient-to, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a0aec0, var(--tw-gradient-to, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #718096, var(--tw-gradient-to, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4a5568, var(--tw-gradient-to, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2d3748, var(--tw-gradient-to, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a202c, var(--tw-gradient-to, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c343b, var(--tw-gradient-to, rgba(44, 52, 59, 0)) !important;
  }

  .xl\:focus\:tw-via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f5, var(--tw-gradient-to, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7d7, var(--tw-gradient-to, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:tw-via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feb2b2, var(--tw-gradient-to, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:tw-via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fc8181, var(--tw-gradient-to, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:tw-via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f56565, var(--tw-gradient-to, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:tw-via-red-510:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6695e, var(--tw-gradient-to, rgba(246, 105, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e53e3e, var(--tw-gradient-to, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:tw-via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c53030, var(--tw-gradient-to, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:tw-via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9b2c2c, var(--tw-gradient-to, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:tw-via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #742a2a, var(--tw-gradient-to, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:tw-via-red-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0)) !important;
  }

  .xl\:focus\:tw-via-red-911:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff5656, var(--tw-gradient-to, rgba(255, 86, 86, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffaf0, var(--tw-gradient-to, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #feebc8, var(--tw-gradient-to, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbd38d, var(--tw-gradient-to, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6ad55, var(--tw-gradient-to, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed8936, var(--tw-gradient-to, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dd6b20, var(--tw-gradient-to, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c05621, var(--tw-gradient-to, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9c4221, var(--tw-gradient-to, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7b341e, var(--tw-gradient-to, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:tw-via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0fff4, var(--tw-gradient-to, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c6f6d5, var(--tw-gradient-to, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:tw-via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ae6b4, var(--tw-gradient-to, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:tw-via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #68d391, var(--tw-gradient-to, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:tw-via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #48bb78, var(--tw-gradient-to, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:tw-via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38a169, var(--tw-gradient-to, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:tw-via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2f855a, var(--tw-gradient-to, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:tw-via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #276749, var(--tw-gradient-to, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:tw-via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #22543d, var(--tw-gradient-to, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf8ff, var(--tw-gradient-to, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bee3f8, var(--tw-gradient-to, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #90cdf4, var(--tw-gradient-to, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #63b3ed, var(--tw-gradient-to, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4299e1, var(--tw-gradient-to, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3182ce, var(--tw-gradient-to, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2b6cb0, var(--tw-gradient-to, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2c5282, var(--tw-gradient-to, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2a4365, var(--tw-gradient-to, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-910:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0,173,239), var(--tw-gradient-to, rgba(0, 173, 239, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:tw-to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .xl\:tw-to-current{
    --tw-gradient-to: currentColor !important;
  }

  .xl\:tw-to-light_gray{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .xl\:tw-to-black{
    --tw-gradient-to: #000 !important;
  }

  .xl\:tw-to-white{
    --tw-gradient-to: #fff !important;
  }

  .xl\:tw-to-gray-100{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:tw-to-gray-200{
    --tw-gradient-to: #edf2f7 !important;
  }

  .xl\:tw-to-gray-210{
    --tw-gradient-to: #f0ecec !important;
  }

  .xl\:tw-to-gray-300{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:tw-to-gray-400{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:tw-to-gray-500{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:tw-to-gray-600{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:tw-to-gray-700{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:tw-to-gray-800{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:tw-to-gray-900{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:tw-to-gray-910{
    --tw-gradient-to: #2c343b !important;
  }

  .xl\:tw-to-red-100{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:tw-to-red-200{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:tw-to-red-300{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:tw-to-red-400{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:tw-to-red-500{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:tw-to-red-510{
    --tw-gradient-to: #f6695e !important;
  }

  .xl\:tw-to-red-600{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:tw-to-red-700{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:tw-to-red-800{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:tw-to-red-900{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:tw-to-red-910{
    --tw-gradient-to: #f44336 !important;
  }

  .xl\:tw-to-red-911{
    --tw-gradient-to: #ff5656 !important;
  }

  .xl\:tw-to-orange-100{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:tw-to-orange-200{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:tw-to-orange-300{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:tw-to-orange-400{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:tw-to-orange-500{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:tw-to-orange-600{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:tw-to-orange-700{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:tw-to-orange-800{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:tw-to-orange-900{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:tw-to-yellow-100{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:tw-to-yellow-200{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:tw-to-yellow-300{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:tw-to-yellow-400{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:tw-to-yellow-500{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:tw-to-yellow-600{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:tw-to-yellow-700{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:tw-to-yellow-800{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:tw-to-yellow-900{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:tw-to-green-100{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:tw-to-green-200{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:tw-to-green-300{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:tw-to-green-400{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:tw-to-green-500{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:tw-to-green-600{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:tw-to-green-700{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:tw-to-green-800{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:tw-to-green-900{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:tw-to-teal-100{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:tw-to-teal-200{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:tw-to-teal-300{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:tw-to-teal-400{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:tw-to-teal-500{
    --tw-gradient-to: #38b2ac !important;
  }

  .xl\:tw-to-teal-600{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:tw-to-teal-700{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:tw-to-teal-800{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:tw-to-teal-900{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:tw-to-blue-100{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:tw-to-blue-200{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:tw-to-blue-300{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:tw-to-blue-400{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:tw-to-blue-500{
    --tw-gradient-to: #4299e1 !important;
  }

  .xl\:tw-to-blue-600{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:tw-to-blue-700{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:tw-to-blue-800{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:tw-to-blue-900{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:tw-to-blue-910{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .xl\:tw-to-indigo-100{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:tw-to-indigo-200{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:tw-to-indigo-300{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:tw-to-indigo-400{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:tw-to-indigo-500{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:tw-to-indigo-600{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:tw-to-indigo-700{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:tw-to-indigo-800{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:tw-to-indigo-900{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:tw-to-purple-100{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:tw-to-purple-200{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:tw-to-purple-300{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:tw-to-purple-400{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:tw-to-purple-500{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:tw-to-purple-600{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:tw-to-purple-700{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:tw-to-purple-800{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:tw-to-purple-900{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:tw-to-pink-100{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:tw-to-pink-200{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:tw-to-pink-300{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:tw-to-pink-400{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:tw-to-pink-500{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:tw-to-pink-600{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:tw-to-pink-700{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:tw-to-pink-800{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:tw-to-pink-900{
    --tw-gradient-to: #702459 !important;
  }

  .xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:tw-to-current:hover{
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:tw-to-light_gray:hover{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .xl\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:tw-to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:tw-to-gray-100:hover{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:hover\:tw-to-gray-200:hover{
    --tw-gradient-to: #edf2f7 !important;
  }

  .xl\:hover\:tw-to-gray-210:hover{
    --tw-gradient-to: #f0ecec !important;
  }

  .xl\:hover\:tw-to-gray-300:hover{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:hover\:tw-to-gray-400:hover{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:hover\:tw-to-gray-500:hover{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:hover\:tw-to-gray-600:hover{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:hover\:tw-to-gray-700:hover{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:hover\:tw-to-gray-800:hover{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:hover\:tw-to-gray-900:hover{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:hover\:tw-to-gray-910:hover{
    --tw-gradient-to: #2c343b !important;
  }

  .xl\:hover\:tw-to-red-100:hover{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:hover\:tw-to-red-200:hover{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:hover\:tw-to-red-300:hover{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:hover\:tw-to-red-400:hover{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:hover\:tw-to-red-500:hover{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:hover\:tw-to-red-510:hover{
    --tw-gradient-to: #f6695e !important;
  }

  .xl\:hover\:tw-to-red-600:hover{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:hover\:tw-to-red-700:hover{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:hover\:tw-to-red-800:hover{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:hover\:tw-to-red-900:hover{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:hover\:tw-to-red-910:hover{
    --tw-gradient-to: #f44336 !important;
  }

  .xl\:hover\:tw-to-red-911:hover{
    --tw-gradient-to: #ff5656 !important;
  }

  .xl\:hover\:tw-to-orange-100:hover{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:hover\:tw-to-orange-200:hover{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:hover\:tw-to-orange-300:hover{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:hover\:tw-to-orange-400:hover{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:hover\:tw-to-orange-500:hover{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:hover\:tw-to-orange-600:hover{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:hover\:tw-to-orange-700:hover{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:hover\:tw-to-orange-800:hover{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:hover\:tw-to-orange-900:hover{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:hover\:tw-to-yellow-100:hover{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:hover\:tw-to-yellow-200:hover{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:hover\:tw-to-yellow-300:hover{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:hover\:tw-to-yellow-400:hover{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:hover\:tw-to-yellow-500:hover{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:hover\:tw-to-yellow-600:hover{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:hover\:tw-to-yellow-700:hover{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:hover\:tw-to-yellow-800:hover{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:hover\:tw-to-yellow-900:hover{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:hover\:tw-to-green-100:hover{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:hover\:tw-to-green-200:hover{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:hover\:tw-to-green-300:hover{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:hover\:tw-to-green-400:hover{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:hover\:tw-to-green-500:hover{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:hover\:tw-to-green-600:hover{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:hover\:tw-to-green-700:hover{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:hover\:tw-to-green-800:hover{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:hover\:tw-to-green-900:hover{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:hover\:tw-to-teal-100:hover{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:hover\:tw-to-teal-200:hover{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:hover\:tw-to-teal-300:hover{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:hover\:tw-to-teal-400:hover{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:hover\:tw-to-teal-500:hover{
    --tw-gradient-to: #38b2ac !important;
  }

  .xl\:hover\:tw-to-teal-600:hover{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:hover\:tw-to-teal-700:hover{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:hover\:tw-to-teal-800:hover{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:hover\:tw-to-teal-900:hover{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:hover\:tw-to-blue-100:hover{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:hover\:tw-to-blue-200:hover{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:hover\:tw-to-blue-300:hover{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:hover\:tw-to-blue-400:hover{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:hover\:tw-to-blue-500:hover{
    --tw-gradient-to: #4299e1 !important;
  }

  .xl\:hover\:tw-to-blue-600:hover{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:hover\:tw-to-blue-700:hover{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:hover\:tw-to-blue-800:hover{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:hover\:tw-to-blue-900:hover{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:hover\:tw-to-blue-910:hover{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .xl\:hover\:tw-to-indigo-100:hover{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:hover\:tw-to-indigo-200:hover{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:hover\:tw-to-indigo-300:hover{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:hover\:tw-to-indigo-400:hover{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:hover\:tw-to-indigo-500:hover{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:hover\:tw-to-indigo-600:hover{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:hover\:tw-to-indigo-700:hover{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:hover\:tw-to-indigo-800:hover{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:hover\:tw-to-indigo-900:hover{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:hover\:tw-to-purple-100:hover{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:hover\:tw-to-purple-200:hover{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:hover\:tw-to-purple-300:hover{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:hover\:tw-to-purple-400:hover{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:hover\:tw-to-purple-500:hover{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:hover\:tw-to-purple-600:hover{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:hover\:tw-to-purple-700:hover{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:hover\:tw-to-purple-800:hover{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:hover\:tw-to-purple-900:hover{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:hover\:tw-to-pink-100:hover{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:hover\:tw-to-pink-200:hover{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:hover\:tw-to-pink-300:hover{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:hover\:tw-to-pink-400:hover{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:hover\:tw-to-pink-500:hover{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:hover\:tw-to-pink-600:hover{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:hover\:tw-to-pink-700:hover{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:hover\:tw-to-pink-800:hover{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:hover\:tw-to-pink-900:hover{
    --tw-gradient-to: #702459 !important;
  }

  .xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:tw-to-current:focus{
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:tw-to-light_gray:focus{
    --tw-gradient-to: #E5E2E2 !important;
  }

  .xl\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:tw-to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:tw-to-gray-100:focus{
    --tw-gradient-to: #f7fafc !important;
  }

  .xl\:focus\:tw-to-gray-200:focus{
    --tw-gradient-to: #edf2f7 !important;
  }

  .xl\:focus\:tw-to-gray-210:focus{
    --tw-gradient-to: #f0ecec !important;
  }

  .xl\:focus\:tw-to-gray-300:focus{
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:focus\:tw-to-gray-400:focus{
    --tw-gradient-to: #cbd5e0 !important;
  }

  .xl\:focus\:tw-to-gray-500:focus{
    --tw-gradient-to: #a0aec0 !important;
  }

  .xl\:focus\:tw-to-gray-600:focus{
    --tw-gradient-to: #718096 !important;
  }

  .xl\:focus\:tw-to-gray-700:focus{
    --tw-gradient-to: #4a5568 !important;
  }

  .xl\:focus\:tw-to-gray-800:focus{
    --tw-gradient-to: #2d3748 !important;
  }

  .xl\:focus\:tw-to-gray-900:focus{
    --tw-gradient-to: #1a202c !important;
  }

  .xl\:focus\:tw-to-gray-910:focus{
    --tw-gradient-to: #2c343b !important;
  }

  .xl\:focus\:tw-to-red-100:focus{
    --tw-gradient-to: #fff5f5 !important;
  }

  .xl\:focus\:tw-to-red-200:focus{
    --tw-gradient-to: #fed7d7 !important;
  }

  .xl\:focus\:tw-to-red-300:focus{
    --tw-gradient-to: #feb2b2 !important;
  }

  .xl\:focus\:tw-to-red-400:focus{
    --tw-gradient-to: #fc8181 !important;
  }

  .xl\:focus\:tw-to-red-500:focus{
    --tw-gradient-to: #f56565 !important;
  }

  .xl\:focus\:tw-to-red-510:focus{
    --tw-gradient-to: #f6695e !important;
  }

  .xl\:focus\:tw-to-red-600:focus{
    --tw-gradient-to: #e53e3e !important;
  }

  .xl\:focus\:tw-to-red-700:focus{
    --tw-gradient-to: #c53030 !important;
  }

  .xl\:focus\:tw-to-red-800:focus{
    --tw-gradient-to: #9b2c2c !important;
  }

  .xl\:focus\:tw-to-red-900:focus{
    --tw-gradient-to: #742a2a !important;
  }

  .xl\:focus\:tw-to-red-910:focus{
    --tw-gradient-to: #f44336 !important;
  }

  .xl\:focus\:tw-to-red-911:focus{
    --tw-gradient-to: #ff5656 !important;
  }

  .xl\:focus\:tw-to-orange-100:focus{
    --tw-gradient-to: #fffaf0 !important;
  }

  .xl\:focus\:tw-to-orange-200:focus{
    --tw-gradient-to: #feebc8 !important;
  }

  .xl\:focus\:tw-to-orange-300:focus{
    --tw-gradient-to: #fbd38d !important;
  }

  .xl\:focus\:tw-to-orange-400:focus{
    --tw-gradient-to: #f6ad55 !important;
  }

  .xl\:focus\:tw-to-orange-500:focus{
    --tw-gradient-to: #ed8936 !important;
  }

  .xl\:focus\:tw-to-orange-600:focus{
    --tw-gradient-to: #dd6b20 !important;
  }

  .xl\:focus\:tw-to-orange-700:focus{
    --tw-gradient-to: #c05621 !important;
  }

  .xl\:focus\:tw-to-orange-800:focus{
    --tw-gradient-to: #9c4221 !important;
  }

  .xl\:focus\:tw-to-orange-900:focus{
    --tw-gradient-to: #7b341e !important;
  }

  .xl\:focus\:tw-to-yellow-100:focus{
    --tw-gradient-to: #fffff0 !important;
  }

  .xl\:focus\:tw-to-yellow-200:focus{
    --tw-gradient-to: #fefcbf !important;
  }

  .xl\:focus\:tw-to-yellow-300:focus{
    --tw-gradient-to: #faf089 !important;
  }

  .xl\:focus\:tw-to-yellow-400:focus{
    --tw-gradient-to: #f6e05e !important;
  }

  .xl\:focus\:tw-to-yellow-500:focus{
    --tw-gradient-to: #ecc94b !important;
  }

  .xl\:focus\:tw-to-yellow-600:focus{
    --tw-gradient-to: #d69e2e !important;
  }

  .xl\:focus\:tw-to-yellow-700:focus{
    --tw-gradient-to: #b7791f !important;
  }

  .xl\:focus\:tw-to-yellow-800:focus{
    --tw-gradient-to: #975a16 !important;
  }

  .xl\:focus\:tw-to-yellow-900:focus{
    --tw-gradient-to: #744210 !important;
  }

  .xl\:focus\:tw-to-green-100:focus{
    --tw-gradient-to: #f0fff4 !important;
  }

  .xl\:focus\:tw-to-green-200:focus{
    --tw-gradient-to: #c6f6d5 !important;
  }

  .xl\:focus\:tw-to-green-300:focus{
    --tw-gradient-to: #9ae6b4 !important;
  }

  .xl\:focus\:tw-to-green-400:focus{
    --tw-gradient-to: #68d391 !important;
  }

  .xl\:focus\:tw-to-green-500:focus{
    --tw-gradient-to: #48bb78 !important;
  }

  .xl\:focus\:tw-to-green-600:focus{
    --tw-gradient-to: #38a169 !important;
  }

  .xl\:focus\:tw-to-green-700:focus{
    --tw-gradient-to: #2f855a !important;
  }

  .xl\:focus\:tw-to-green-800:focus{
    --tw-gradient-to: #276749 !important;
  }

  .xl\:focus\:tw-to-green-900:focus{
    --tw-gradient-to: #22543d !important;
  }

  .xl\:focus\:tw-to-teal-100:focus{
    --tw-gradient-to: #e6fffa !important;
  }

  .xl\:focus\:tw-to-teal-200:focus{
    --tw-gradient-to: #b2f5ea !important;
  }

  .xl\:focus\:tw-to-teal-300:focus{
    --tw-gradient-to: #81e6d9 !important;
  }

  .xl\:focus\:tw-to-teal-400:focus{
    --tw-gradient-to: #4fd1c5 !important;
  }

  .xl\:focus\:tw-to-teal-500:focus{
    --tw-gradient-to: #38b2ac !important;
  }

  .xl\:focus\:tw-to-teal-600:focus{
    --tw-gradient-to: #319795 !important;
  }

  .xl\:focus\:tw-to-teal-700:focus{
    --tw-gradient-to: #2c7a7b !important;
  }

  .xl\:focus\:tw-to-teal-800:focus{
    --tw-gradient-to: #285e61 !important;
  }

  .xl\:focus\:tw-to-teal-900:focus{
    --tw-gradient-to: #234e52 !important;
  }

  .xl\:focus\:tw-to-blue-100:focus{
    --tw-gradient-to: #ebf8ff !important;
  }

  .xl\:focus\:tw-to-blue-200:focus{
    --tw-gradient-to: #bee3f8 !important;
  }

  .xl\:focus\:tw-to-blue-300:focus{
    --tw-gradient-to: #90cdf4 !important;
  }

  .xl\:focus\:tw-to-blue-400:focus{
    --tw-gradient-to: #63b3ed !important;
  }

  .xl\:focus\:tw-to-blue-500:focus{
    --tw-gradient-to: #4299e1 !important;
  }

  .xl\:focus\:tw-to-blue-600:focus{
    --tw-gradient-to: #3182ce !important;
  }

  .xl\:focus\:tw-to-blue-700:focus{
    --tw-gradient-to: #2b6cb0 !important;
  }

  .xl\:focus\:tw-to-blue-800:focus{
    --tw-gradient-to: #2c5282 !important;
  }

  .xl\:focus\:tw-to-blue-900:focus{
    --tw-gradient-to: #2a4365 !important;
  }

  .xl\:focus\:tw-to-blue-910:focus{
    --tw-gradient-to: rgb(0,173,239) !important;
  }

  .xl\:focus\:tw-to-indigo-100:focus{
    --tw-gradient-to: #ebf4ff !important;
  }

  .xl\:focus\:tw-to-indigo-200:focus{
    --tw-gradient-to: #c3dafe !important;
  }

  .xl\:focus\:tw-to-indigo-300:focus{
    --tw-gradient-to: #a3bffa !important;
  }

  .xl\:focus\:tw-to-indigo-400:focus{
    --tw-gradient-to: #7f9cf5 !important;
  }

  .xl\:focus\:tw-to-indigo-500:focus{
    --tw-gradient-to: #667eea !important;
  }

  .xl\:focus\:tw-to-indigo-600:focus{
    --tw-gradient-to: #5a67d8 !important;
  }

  .xl\:focus\:tw-to-indigo-700:focus{
    --tw-gradient-to: #4c51bf !important;
  }

  .xl\:focus\:tw-to-indigo-800:focus{
    --tw-gradient-to: #434190 !important;
  }

  .xl\:focus\:tw-to-indigo-900:focus{
    --tw-gradient-to: #3c366b !important;
  }

  .xl\:focus\:tw-to-purple-100:focus{
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:focus\:tw-to-purple-200:focus{
    --tw-gradient-to: #e9d8fd !important;
  }

  .xl\:focus\:tw-to-purple-300:focus{
    --tw-gradient-to: #d6bcfa !important;
  }

  .xl\:focus\:tw-to-purple-400:focus{
    --tw-gradient-to: #b794f4 !important;
  }

  .xl\:focus\:tw-to-purple-500:focus{
    --tw-gradient-to: #9f7aea !important;
  }

  .xl\:focus\:tw-to-purple-600:focus{
    --tw-gradient-to: #805ad5 !important;
  }

  .xl\:focus\:tw-to-purple-700:focus{
    --tw-gradient-to: #6b46c1 !important;
  }

  .xl\:focus\:tw-to-purple-800:focus{
    --tw-gradient-to: #553c9a !important;
  }

  .xl\:focus\:tw-to-purple-900:focus{
    --tw-gradient-to: #44337a !important;
  }

  .xl\:focus\:tw-to-pink-100:focus{
    --tw-gradient-to: #fff5f7 !important;
  }

  .xl\:focus\:tw-to-pink-200:focus{
    --tw-gradient-to: #fed7e2 !important;
  }

  .xl\:focus\:tw-to-pink-300:focus{
    --tw-gradient-to: #fbb6ce !important;
  }

  .xl\:focus\:tw-to-pink-400:focus{
    --tw-gradient-to: #f687b3 !important;
  }

  .xl\:focus\:tw-to-pink-500:focus{
    --tw-gradient-to: #ed64a6 !important;
  }

  .xl\:focus\:tw-to-pink-600:focus{
    --tw-gradient-to: #d53f8c !important;
  }

  .xl\:focus\:tw-to-pink-700:focus{
    --tw-gradient-to: #b83280 !important;
  }

  .xl\:focus\:tw-to-pink-800:focus{
    --tw-gradient-to: #97266d !important;
  }

  .xl\:focus\:tw-to-pink-900:focus{
    --tw-gradient-to: #702459 !important;
  }

  .xl\:tw-decoration-slice{
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:tw-decoration-clone{
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:tw-bg-auto{
    background-size: auto !important;
  }

  .xl\:tw-bg-cover{
    background-size: cover !important;
  }

  .xl\:tw-bg-contain{
    background-size: contain !important;
  }

  .xl\:tw-bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:tw-bg-local{
    background-attachment: local !important;
  }

  .xl\:tw-bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:tw-bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:tw-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:tw-bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:tw-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:tw-bg-bottom{
    background-position: bottom !important;
  }

  .xl\:tw-bg-center{
    background-position: center !important;
  }

  .xl\:tw-bg-left{
    background-position: left !important;
  }

  .xl\:tw-bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:tw-bg-left-top{
    background-position: left top !important;
  }

  .xl\:tw-bg-right{
    background-position: right !important;
  }

  .xl\:tw-bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:tw-bg-right-top{
    background-position: right top !important;
  }

  .xl\:tw-bg-top{
    background-position: top !important;
  }

  .xl\:tw-bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:tw-bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:tw-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:tw-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:tw-bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:tw-bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:tw-bg-origin-border{
    background-origin: border-box !important;
  }

  .xl\:tw-bg-origin-padding{
    background-origin: padding-box !important;
  }

  .xl\:tw-bg-origin-content{
    background-origin: content-box !important;
  }

  .xl\:tw-fill-current{
    fill: currentColor !important;
  }

  .xl\:tw-stroke-current{
    stroke: currentColor !important;
  }

  .xl\:tw-stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:tw-stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:tw-stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:tw-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:tw-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:tw-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:tw-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:tw-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:tw-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:tw-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:tw-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:tw-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:tw-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:tw-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:tw-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:tw-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:tw-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:tw-p-0{
    padding: 0 !important;
  }

  .xl\:tw-p-1{
    padding: 0.25rem !important;
  }

  .xl\:tw-p-2{
    padding: 0.5rem !important;
  }

  .xl\:tw-p-3{
    padding: 0.75rem !important;
  }

  .xl\:tw-p-4{
    padding: 1rem !important;
  }

  .xl\:tw-p-5{
    padding: 1.25rem !important;
  }

  .xl\:tw-p-6{
    padding: 1.5rem !important;
  }

  .xl\:tw-p-8{
    padding: 2rem !important;
  }

  .xl\:tw-p-10{
    padding: 2.5rem !important;
  }

  .xl\:tw-p-12{
    padding: 3rem !important;
  }

  .xl\:tw-p-14{
    padding: 3.5rem !important;
  }

  .xl\:tw-p-16{
    padding: 4rem !important;
  }

  .xl\:tw-p-20{
    padding: 5rem !important;
  }

  .xl\:tw-p-24{
    padding: 6rem !important;
  }

  .xl\:tw-p-32{
    padding: 8rem !important;
  }

  .xl\:tw-p-40{
    padding: 10rem !important;
  }

  .xl\:tw-p-48{
    padding: 12rem !important;
  }

  .xl\:tw-p-56{
    padding: 14rem !important;
  }

  .xl\:tw-p-60{
    padding: 15rem !important;
  }

  .xl\:tw-p-64{
    padding: 16rem !important;
  }

  .xl\:tw-p-80{
    padding: 20rem !important;
  }

  .xl\:tw-p-px{
    padding: 1px !important;
  }

  .xl\:tw-p-nav{
    padding: 2.625rem !important;
  }

  .xl\:tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-px-80{
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:tw-px-nav{
    padding-left: 2.625rem !important;
    padding-right: 2.625rem !important;
  }

  .xl\:tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-py-14{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-py-80{
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:tw-py-nav{
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }

  .xl\:tw-pt-0{
    padding-top: 0 !important;
  }

  .xl\:tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:tw-pt-4{
    padding-top: 1rem !important;
  }

  .xl\:tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:tw-pt-8{
    padding-top: 2rem !important;
  }

  .xl\:tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:tw-pt-12{
    padding-top: 3rem !important;
  }

  .xl\:tw-pt-14{
    padding-top: 3.5rem !important;
  }

  .xl\:tw-pt-16{
    padding-top: 4rem !important;
  }

  .xl\:tw-pt-20{
    padding-top: 5rem !important;
  }

  .xl\:tw-pt-24{
    padding-top: 6rem !important;
  }

  .xl\:tw-pt-32{
    padding-top: 8rem !important;
  }

  .xl\:tw-pt-40{
    padding-top: 10rem !important;
  }

  .xl\:tw-pt-48{
    padding-top: 12rem !important;
  }

  .xl\:tw-pt-56{
    padding-top: 14rem !important;
  }

  .xl\:tw-pt-60{
    padding-top: 15rem !important;
  }

  .xl\:tw-pt-64{
    padding-top: 16rem !important;
  }

  .xl\:tw-pt-80{
    padding-top: 20rem !important;
  }

  .xl\:tw-pt-px{
    padding-top: 1px !important;
  }

  .xl\:tw-pt-nav{
    padding-top: 2.625rem !important;
  }

  .xl\:tw-pr-0{
    padding-right: 0 !important;
  }

  .xl\:tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:tw-pr-4{
    padding-right: 1rem !important;
  }

  .xl\:tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:tw-pr-8{
    padding-right: 2rem !important;
  }

  .xl\:tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:tw-pr-12{
    padding-right: 3rem !important;
  }

  .xl\:tw-pr-14{
    padding-right: 3.5rem !important;
  }

  .xl\:tw-pr-16{
    padding-right: 4rem !important;
  }

  .xl\:tw-pr-20{
    padding-right: 5rem !important;
  }

  .xl\:tw-pr-24{
    padding-right: 6rem !important;
  }

  .xl\:tw-pr-32{
    padding-right: 8rem !important;
  }

  .xl\:tw-pr-40{
    padding-right: 10rem !important;
  }

  .xl\:tw-pr-48{
    padding-right: 12rem !important;
  }

  .xl\:tw-pr-56{
    padding-right: 14rem !important;
  }

  .xl\:tw-pr-60{
    padding-right: 15rem !important;
  }

  .xl\:tw-pr-64{
    padding-right: 16rem !important;
  }

  .xl\:tw-pr-80{
    padding-right: 20rem !important;
  }

  .xl\:tw-pr-px{
    padding-right: 1px !important;
  }

  .xl\:tw-pr-nav{
    padding-right: 2.625rem !important;
  }

  .xl\:tw-pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:tw-pb-14{
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:tw-pb-60{
    padding-bottom: 15rem !important;
  }

  .xl\:tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:tw-pb-80{
    padding-bottom: 20rem !important;
  }

  .xl\:tw-pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:tw-pb-nav{
    padding-bottom: 2.625rem !important;
  }

  .xl\:tw-pl-0{
    padding-left: 0 !important;
  }

  .xl\:tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:tw-pl-4{
    padding-left: 1rem !important;
  }

  .xl\:tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:tw-pl-8{
    padding-left: 2rem !important;
  }

  .xl\:tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:tw-pl-12{
    padding-left: 3rem !important;
  }

  .xl\:tw-pl-14{
    padding-left: 3.5rem !important;
  }

  .xl\:tw-pl-16{
    padding-left: 4rem !important;
  }

  .xl\:tw-pl-20{
    padding-left: 5rem !important;
  }

  .xl\:tw-pl-24{
    padding-left: 6rem !important;
  }

  .xl\:tw-pl-32{
    padding-left: 8rem !important;
  }

  .xl\:tw-pl-40{
    padding-left: 10rem !important;
  }

  .xl\:tw-pl-48{
    padding-left: 12rem !important;
  }

  .xl\:tw-pl-56{
    padding-left: 14rem !important;
  }

  .xl\:tw-pl-60{
    padding-left: 15rem !important;
  }

  .xl\:tw-pl-64{
    padding-left: 16rem !important;
  }

  .xl\:tw-pl-80{
    padding-left: 20rem !important;
  }

  .xl\:tw-pl-px{
    padding-left: 1px !important;
  }

  .xl\:tw-pl-nav{
    padding-left: 2.625rem !important;
  }

  .xl\:tw-text-left{
    text-align: left !important;
  }

  .xl\:tw-text-center{
    text-align: center !important;
  }

  .xl\:tw-text-right{
    text-align: right !important;
  }

  .xl\:tw-text-justify{
    text-align: justify !important;
  }

  .xl\:tw-align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:tw-align-top{
    vertical-align: top !important;
  }

  .xl\:tw-align-middle{
    vertical-align: middle !important;
  }

  .xl\:tw-align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:tw-align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:tw-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:tw-font-ubuntu{
    font-family: Ubuntu !important;
  }

  .xl\:tw-text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:tw-text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:tw-text-base{
    font-size: 1rem !important;
  }

  .xl\:tw-text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:tw-text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:tw-text-5xl{
    font-size: 3rem !important;
  }

  .xl\:tw-text-6xl{
    font-size: 4rem !important;
  }

  .xl\:tw-font-hairline{
    font-weight: 100 !important;
  }

  .xl\:tw-font-thin{
    font-weight: 200 !important;
  }

  .xl\:tw-font-light{
    font-weight: 300 !important;
  }

  .xl\:tw-font-normal{
    font-weight: 400 !important;
  }

  .xl\:tw-font-medium{
    font-weight: 500 !important;
  }

  .xl\:tw-font-semibold{
    font-weight: 600 !important;
  }

  .xl\:tw-font-bold{
    font-weight: 700 !important;
  }

  .xl\:tw-font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:tw-font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:tw-font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:tw-font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:tw-font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:tw-font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:tw-font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:tw-font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:tw-font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:tw-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:tw-font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:tw-font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:tw-font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:tw-font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:tw-font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:tw-font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:tw-font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:tw-font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:tw-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:tw-font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:tw-uppercase{
    text-transform: uppercase !important;
  }

  .xl\:tw-lowercase{
    text-transform: lowercase !important;
  }

  .xl\:tw-capitalize{
    text-transform: capitalize !important;
  }

  .xl\:tw-normal-case{
    text-transform: none !important;
  }

  .xl\:tw-italic{
    font-style: italic !important;
  }

  .xl\:tw-not-italic{
    font-style: normal !important;
  }

  .xl\:tw-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:tw-normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:tw-ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:tw-lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tw-leading-3{
    line-height: .75rem !important;
  }

  .xl\:tw-leading-4{
    line-height: 1rem !important;
  }

  .xl\:tw-leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:tw-leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:tw-leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:tw-leading-8{
    line-height: 2rem !important;
  }

  .xl\:tw-leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:tw-leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:tw-leading-none{
    line-height: 1 !important;
  }

  .xl\:tw-leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:tw-leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:tw-leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:tw-leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:tw-leading-loose{
    line-height: 2 !important;
  }

  .xl\:tw-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tw-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tw-tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tw-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tw-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tw-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:tw-text-transparent{
    color: transparent !important;
  }

  .xl\:tw-text-current{
    color: currentColor !important;
  }

  .xl\:tw-text-light_gray{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-210{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-300{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-600{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-910{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-300{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-400{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-510{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-600{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-700{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-800{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-910{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-911{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-600{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-800{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-900{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-300{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-600{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-700{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-900{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-100{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-200{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-300{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-400{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-500{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-600{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-800{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-900{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-100{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-200{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-300{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-400{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-500{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-700{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-800{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-900{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-600{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-700{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-800{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-900{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-910{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-100{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-200{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-300{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-400{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-500{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-600{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-700{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-800{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-900{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-100{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-200{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-300{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-400{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-500{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-600{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-700{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-800{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-900{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-100{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-200{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-300{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-400{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-500{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-600{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-700{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-800{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-900{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:tw-text-current:hover{
    color: currentColor !important;
  }

  .xl\:hover\:tw-text-light_gray:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-210:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-510:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-911:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-910:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-600:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-800:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-900:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:tw-text-current:focus{
    color: currentColor !important;
  }

  .xl\:focus\:tw-text-light_gray:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-210:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-510:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-911:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-910:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-600:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-800:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-900:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl\:tw-text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:tw-text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:tw-text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:tw-text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl\:tw-underline{
    text-decoration: underline !important;
  }

  .xl\:tw-line-through{
    text-decoration: line-through !important;
  }

  .xl\:tw-no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:tw-underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:tw-line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:tw-no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:tw-underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:tw-line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:tw-no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:tw-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:tw-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xl\:tw-placeholder-light_gray::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-light_gray::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-210::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-210::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-510::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-510::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-911::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-911::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-910::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-910::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-light_gray:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-light_gray:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-210:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-210:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 236, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(160, 174, 192, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 128, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 85, 104, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 55, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 32, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 52, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 178, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 129, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-510:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-510:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 105, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 62, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 48, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 44, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 42, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-911:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-911:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 86, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 250, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 235, 200, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 211, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 173, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 137, 54, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 107, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 86, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 66, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(123, 52, 30, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 255, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 246, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 230, 180, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 211, 145, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 187, 120, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 161, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 133, 90, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 103, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 84, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 248, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 227, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(144, 205, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 179, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 153, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 130, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 108, 176, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(44, 82, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 67, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-910:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-910:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 173, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-opacity-0{
    opacity: 0 !important;
  }

  .xl\:tw-opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:tw-opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:tw-opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:tw-opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:tw-opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:tw-opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:tw-opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:tw-opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:tw-bg-blend-normal{
    background-blend-mode: normal !important;
  }

  .xl\:tw-bg-blend-multiply{
    background-blend-mode: multiply !important;
  }

  .xl\:tw-bg-blend-screen{
    background-blend-mode: screen !important;
  }

  .xl\:tw-bg-blend-overlay{
    background-blend-mode: overlay !important;
  }

  .xl\:tw-bg-blend-darken{
    background-blend-mode: darken !important;
  }

  .xl\:tw-bg-blend-lighten{
    background-blend-mode: lighten !important;
  }

  .xl\:tw-bg-blend-color-dodge{
    background-blend-mode: color-dodge !important;
  }

  .xl\:tw-bg-blend-color-burn{
    background-blend-mode: color-burn !important;
  }

  .xl\:tw-bg-blend-hard-light{
    background-blend-mode: hard-light !important;
  }

  .xl\:tw-bg-blend-soft-light{
    background-blend-mode: soft-light !important;
  }

  .xl\:tw-bg-blend-difference{
    background-blend-mode: difference !important;
  }

  .xl\:tw-bg-blend-exclusion{
    background-blend-mode: exclusion !important;
  }

  .xl\:tw-bg-blend-hue{
    background-blend-mode: hue !important;
  }

  .xl\:tw-bg-blend-saturation{
    background-blend-mode: saturation !important;
  }

  .xl\:tw-bg-blend-color{
    background-blend-mode: color !important;
  }

  .xl\:tw-bg-blend-luminosity{
    background-blend-mode: luminosity !important;
  }

  .xl\:tw-mix-blend-normal{
    mix-blend-mode: normal !important;
  }

  .xl\:tw-mix-blend-multiply{
    mix-blend-mode: multiply !important;
  }

  .xl\:tw-mix-blend-screen{
    mix-blend-mode: screen !important;
  }

  .xl\:tw-mix-blend-overlay{
    mix-blend-mode: overlay !important;
  }

  .xl\:tw-mix-blend-darken{
    mix-blend-mode: darken !important;
  }

  .xl\:tw-mix-blend-lighten{
    mix-blend-mode: lighten !important;
  }

  .xl\:tw-mix-blend-color-dodge{
    mix-blend-mode: color-dodge !important;
  }

  .xl\:tw-mix-blend-color-burn{
    mix-blend-mode: color-burn !important;
  }

  .xl\:tw-mix-blend-hard-light{
    mix-blend-mode: hard-light !important;
  }

  .xl\:tw-mix-blend-soft-light{
    mix-blend-mode: soft-light !important;
  }

  .xl\:tw-mix-blend-difference{
    mix-blend-mode: difference !important;
  }

  .xl\:tw-mix-blend-exclusion{
    mix-blend-mode: exclusion !important;
  }

  .xl\:tw-mix-blend-hue{
    mix-blend-mode: hue !important;
  }

  .xl\:tw-mix-blend-saturation{
    mix-blend-mode: saturation !important;
  }

  .xl\:tw-mix-blend-color{
    mix-blend-mode: color !important;
  }

  .xl\:tw-mix-blend-luminosity{
    mix-blend-mode: luminosity !important;
  }

  .xl\:tw-shadow-xs{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-default{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-xs:hover{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-default:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-xs:focus{
    --tw-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-default:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl\:tw-ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .xl\:tw-ring-current{
    --tw-ring-color: currentColor !important;
  }

  .xl\:tw-ring-light_gray{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-210{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-510{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-911{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-910{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-600{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-800{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-900{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-current:focus-within{
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-light_gray:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-210:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-510:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-911:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-910:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-600:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-800:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-900:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:tw-ring-current:focus{
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-light_gray:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-210:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 236, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(160, 174, 192, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 128, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 85, 104, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 55, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 32, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 52, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 178, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 129, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-510:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 105, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 62, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 48, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 44, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 42, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-911:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 86, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 250, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 235, 200, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 211, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 173, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 137, 54, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 107, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 86, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 66, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(123, 52, 30, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 255, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 246, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 230, 180, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 211, 145, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 187, 120, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 161, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 133, 90, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 103, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 84, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 248, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 227, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(144, 205, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 179, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 153, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 130, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 108, 176, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(44, 82, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 67, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-910:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 173, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-600:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-800:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-900:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:tw-ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:tw-ring-offset-current{
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:tw-ring-offset-light_gray{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .xl\:tw-ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:tw-ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:tw-ring-offset-gray-100{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:tw-ring-offset-gray-200{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .xl\:tw-ring-offset-gray-210{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .xl\:tw-ring-offset-gray-300{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:tw-ring-offset-gray-400{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:tw-ring-offset-gray-500{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:tw-ring-offset-gray-600{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:tw-ring-offset-gray-700{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:tw-ring-offset-gray-800{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:tw-ring-offset-gray-900{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:tw-ring-offset-gray-910{
    --tw-ring-offset-color: #2c343b !important;
  }

  .xl\:tw-ring-offset-red-100{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:tw-ring-offset-red-200{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:tw-ring-offset-red-300{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:tw-ring-offset-red-400{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:tw-ring-offset-red-500{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:tw-ring-offset-red-510{
    --tw-ring-offset-color: #f6695e !important;
  }

  .xl\:tw-ring-offset-red-600{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:tw-ring-offset-red-700{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:tw-ring-offset-red-800{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:tw-ring-offset-red-900{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:tw-ring-offset-red-910{
    --tw-ring-offset-color: #f44336 !important;
  }

  .xl\:tw-ring-offset-red-911{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .xl\:tw-ring-offset-orange-100{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:tw-ring-offset-orange-200{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:tw-ring-offset-orange-300{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:tw-ring-offset-orange-400{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:tw-ring-offset-orange-500{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:tw-ring-offset-orange-600{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:tw-ring-offset-orange-700{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:tw-ring-offset-orange-800{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:tw-ring-offset-orange-900{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:tw-ring-offset-yellow-100{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:tw-ring-offset-yellow-200{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:tw-ring-offset-yellow-300{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:tw-ring-offset-yellow-400{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:tw-ring-offset-yellow-500{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:tw-ring-offset-yellow-600{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:tw-ring-offset-yellow-700{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:tw-ring-offset-yellow-800{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:tw-ring-offset-yellow-900{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:tw-ring-offset-green-100{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:tw-ring-offset-green-200{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:tw-ring-offset-green-300{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:tw-ring-offset-green-400{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:tw-ring-offset-green-500{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:tw-ring-offset-green-600{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:tw-ring-offset-green-700{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:tw-ring-offset-green-800{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:tw-ring-offset-green-900{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:tw-ring-offset-teal-100{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:tw-ring-offset-teal-200{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:tw-ring-offset-teal-300{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:tw-ring-offset-teal-400{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:tw-ring-offset-teal-500{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .xl\:tw-ring-offset-teal-600{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:tw-ring-offset-teal-700{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:tw-ring-offset-teal-800{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:tw-ring-offset-teal-900{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:tw-ring-offset-blue-100{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:tw-ring-offset-blue-200{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:tw-ring-offset-blue-300{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:tw-ring-offset-blue-400{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:tw-ring-offset-blue-500{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .xl\:tw-ring-offset-blue-600{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:tw-ring-offset-blue-700{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:tw-ring-offset-blue-800{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:tw-ring-offset-blue-900{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:tw-ring-offset-blue-910{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .xl\:tw-ring-offset-indigo-100{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:tw-ring-offset-indigo-200{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:tw-ring-offset-indigo-300{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:tw-ring-offset-indigo-400{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:tw-ring-offset-indigo-500{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:tw-ring-offset-indigo-600{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:tw-ring-offset-indigo-700{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:tw-ring-offset-indigo-800{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:tw-ring-offset-indigo-900{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:tw-ring-offset-purple-100{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:tw-ring-offset-purple-200{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:tw-ring-offset-purple-300{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:tw-ring-offset-purple-400{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:tw-ring-offset-purple-500{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:tw-ring-offset-purple-600{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:tw-ring-offset-purple-700{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:tw-ring-offset-purple-800{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:tw-ring-offset-purple-900{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:tw-ring-offset-pink-100{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:tw-ring-offset-pink-200{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:tw-ring-offset-pink-300{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:tw-ring-offset-pink-400{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:tw-ring-offset-pink-500{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:tw-ring-offset-pink-600{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:tw-ring-offset-pink-700{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:tw-ring-offset-pink-800{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:tw-ring-offset-pink-900{
    --tw-ring-offset-color: #702459 !important;
  }

  .xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-offset-light_gray:focus-within{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-210:focus-within{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-910:focus-within{
    --tw-ring-offset-color: #2c343b !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-510:focus-within{
    --tw-ring-offset-color: #f6695e !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-910:focus-within{
    --tw-ring-offset-color: #f44336 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-911:focus-within{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-100:focus-within{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-200:focus-within{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-300:focus-within{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-600:focus-within{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-700:focus-within{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-800:focus-within{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-900:focus-within{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-100:focus-within{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-200:focus-within{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-300:focus-within{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-400:focus-within{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-500:focus-within{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-600:focus-within{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-700:focus-within{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-800:focus-within{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-900:focus-within{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-910:focus-within{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #702459 !important;
  }

  .xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:tw-ring-offset-current:focus{
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-offset-light_gray:focus{
    --tw-ring-offset-color: #E5E2E2 !important;
  }

  .xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:tw-ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f7fafc !important;
  }

  .xl\:focus\:tw-ring-offset-gray-200:focus{
    --tw-ring-offset-color: #edf2f7 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-210:focus{
    --tw-ring-offset-color: #f0ecec !important;
  }

  .xl\:focus\:tw-ring-offset-gray-300:focus{
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-400:focus{
    --tw-ring-offset-color: #cbd5e0 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-500:focus{
    --tw-ring-offset-color: #a0aec0 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-600:focus{
    --tw-ring-offset-color: #718096 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-700:focus{
    --tw-ring-offset-color: #4a5568 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-800:focus{
    --tw-ring-offset-color: #2d3748 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-900:focus{
    --tw-ring-offset-color: #1a202c !important;
  }

  .xl\:focus\:tw-ring-offset-gray-910:focus{
    --tw-ring-offset-color: #2c343b !important;
  }

  .xl\:focus\:tw-ring-offset-red-100:focus{
    --tw-ring-offset-color: #fff5f5 !important;
  }

  .xl\:focus\:tw-ring-offset-red-200:focus{
    --tw-ring-offset-color: #fed7d7 !important;
  }

  .xl\:focus\:tw-ring-offset-red-300:focus{
    --tw-ring-offset-color: #feb2b2 !important;
  }

  .xl\:focus\:tw-ring-offset-red-400:focus{
    --tw-ring-offset-color: #fc8181 !important;
  }

  .xl\:focus\:tw-ring-offset-red-500:focus{
    --tw-ring-offset-color: #f56565 !important;
  }

  .xl\:focus\:tw-ring-offset-red-510:focus{
    --tw-ring-offset-color: #f6695e !important;
  }

  .xl\:focus\:tw-ring-offset-red-600:focus{
    --tw-ring-offset-color: #e53e3e !important;
  }

  .xl\:focus\:tw-ring-offset-red-700:focus{
    --tw-ring-offset-color: #c53030 !important;
  }

  .xl\:focus\:tw-ring-offset-red-800:focus{
    --tw-ring-offset-color: #9b2c2c !important;
  }

  .xl\:focus\:tw-ring-offset-red-900:focus{
    --tw-ring-offset-color: #742a2a !important;
  }

  .xl\:focus\:tw-ring-offset-red-910:focus{
    --tw-ring-offset-color: #f44336 !important;
  }

  .xl\:focus\:tw-ring-offset-red-911:focus{
    --tw-ring-offset-color: #ff5656 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-100:focus{
    --tw-ring-offset-color: #fffaf0 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-200:focus{
    --tw-ring-offset-color: #feebc8 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-300:focus{
    --tw-ring-offset-color: #fbd38d !important;
  }

  .xl\:focus\:tw-ring-offset-orange-400:focus{
    --tw-ring-offset-color: #f6ad55 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-500:focus{
    --tw-ring-offset-color: #ed8936 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-600:focus{
    --tw-ring-offset-color: #dd6b20 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-700:focus{
    --tw-ring-offset-color: #c05621 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-800:focus{
    --tw-ring-offset-color: #9c4221 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-900:focus{
    --tw-ring-offset-color: #7b341e !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fffff0 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fefcbf !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #faf089 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #f6e05e !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #ecc94b !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d69e2e !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b7791f !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #975a16 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #744210 !important;
  }

  .xl\:focus\:tw-ring-offset-green-100:focus{
    --tw-ring-offset-color: #f0fff4 !important;
  }

  .xl\:focus\:tw-ring-offset-green-200:focus{
    --tw-ring-offset-color: #c6f6d5 !important;
  }

  .xl\:focus\:tw-ring-offset-green-300:focus{
    --tw-ring-offset-color: #9ae6b4 !important;
  }

  .xl\:focus\:tw-ring-offset-green-400:focus{
    --tw-ring-offset-color: #68d391 !important;
  }

  .xl\:focus\:tw-ring-offset-green-500:focus{
    --tw-ring-offset-color: #48bb78 !important;
  }

  .xl\:focus\:tw-ring-offset-green-600:focus{
    --tw-ring-offset-color: #38a169 !important;
  }

  .xl\:focus\:tw-ring-offset-green-700:focus{
    --tw-ring-offset-color: #2f855a !important;
  }

  .xl\:focus\:tw-ring-offset-green-800:focus{
    --tw-ring-offset-color: #276749 !important;
  }

  .xl\:focus\:tw-ring-offset-green-900:focus{
    --tw-ring-offset-color: #22543d !important;
  }

  .xl\:focus\:tw-ring-offset-teal-100:focus{
    --tw-ring-offset-color: #e6fffa !important;
  }

  .xl\:focus\:tw-ring-offset-teal-200:focus{
    --tw-ring-offset-color: #b2f5ea !important;
  }

  .xl\:focus\:tw-ring-offset-teal-300:focus{
    --tw-ring-offset-color: #81e6d9 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-400:focus{
    --tw-ring-offset-color: #4fd1c5 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-500:focus{
    --tw-ring-offset-color: #38b2ac !important;
  }

  .xl\:focus\:tw-ring-offset-teal-600:focus{
    --tw-ring-offset-color: #319795 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-700:focus{
    --tw-ring-offset-color: #2c7a7b !important;
  }

  .xl\:focus\:tw-ring-offset-teal-800:focus{
    --tw-ring-offset-color: #285e61 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-900:focus{
    --tw-ring-offset-color: #234e52 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-100:focus{
    --tw-ring-offset-color: #ebf8ff !important;
  }

  .xl\:focus\:tw-ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bee3f8 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-300:focus{
    --tw-ring-offset-color: #90cdf4 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-400:focus{
    --tw-ring-offset-color: #63b3ed !important;
  }

  .xl\:focus\:tw-ring-offset-blue-500:focus{
    --tw-ring-offset-color: #4299e1 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-600:focus{
    --tw-ring-offset-color: #3182ce !important;
  }

  .xl\:focus\:tw-ring-offset-blue-700:focus{
    --tw-ring-offset-color: #2b6cb0 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-800:focus{
    --tw-ring-offset-color: #2c5282 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-900:focus{
    --tw-ring-offset-color: #2a4365 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-910:focus{
    --tw-ring-offset-color: rgb(0,173,239) !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #ebf4ff !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c3dafe !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a3bffa !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #7f9cf5 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #667eea !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #5a67d8 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4c51bf !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #434190 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #3c366b !important;
  }

  .xl\:focus\:tw-ring-offset-purple-100:focus{
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus\:tw-ring-offset-purple-200:focus{
    --tw-ring-offset-color: #e9d8fd !important;
  }

  .xl\:focus\:tw-ring-offset-purple-300:focus{
    --tw-ring-offset-color: #d6bcfa !important;
  }

  .xl\:focus\:tw-ring-offset-purple-400:focus{
    --tw-ring-offset-color: #b794f4 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-500:focus{
    --tw-ring-offset-color: #9f7aea !important;
  }

  .xl\:focus\:tw-ring-offset-purple-600:focus{
    --tw-ring-offset-color: #805ad5 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6b46c1 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-800:focus{
    --tw-ring-offset-color: #553c9a !important;
  }

  .xl\:focus\:tw-ring-offset-purple-900:focus{
    --tw-ring-offset-color: #44337a !important;
  }

  .xl\:focus\:tw-ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fff5f7 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fed7e2 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-300:focus{
    --tw-ring-offset-color: #fbb6ce !important;
  }

  .xl\:focus\:tw-ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f687b3 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ed64a6 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-600:focus{
    --tw-ring-offset-color: #d53f8c !important;
  }

  .xl\:focus\:tw-ring-offset-pink-700:focus{
    --tw-ring-offset-color: #b83280 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-800:focus{
    --tw-ring-offset-color: #97266d !important;
  }

  .xl\:focus\:tw-ring-offset-pink-900:focus{
    --tw-ring-offset-color: #702459 !important;
  }

  .xl\:tw-filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:tw-filter-none{
    filter: none !important;
  }

  .xl\:tw-blur-0{
    --tw-blur: blur(0) !important;
  }

  .xl\:tw-blur-none{
    --tw-blur: blur(0) !important;
  }

  .xl\:tw-blur-sm{
    --tw-blur: blur(4px) !important;
  }

  .xl\:tw-blur{
    --tw-blur: blur(8px) !important;
  }

  .xl\:tw-blur-md{
    --tw-blur: blur(12px) !important;
  }

  .xl\:tw-blur-lg{
    --tw-blur: blur(16px) !important;
  }

  .xl\:tw-blur-xl{
    --tw-blur: blur(24px) !important;
  }

  .xl\:tw-blur-2xl{
    --tw-blur: blur(40px) !important;
  }

  .xl\:tw-blur-3xl{
    --tw-blur: blur(64px) !important;
  }

  .xl\:tw-brightness-0{
    --tw-brightness: brightness(0) !important;
  }

  .xl\:tw-brightness-50{
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:tw-brightness-75{
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:tw-brightness-90{
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:tw-brightness-95{
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:tw-brightness-100{
    --tw-brightness: brightness(1) !important;
  }

  .xl\:tw-brightness-105{
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:tw-brightness-110{
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:tw-brightness-125{
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:tw-brightness-150{
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:tw-brightness-200{
    --tw-brightness: brightness(2) !important;
  }

  .xl\:tw-contrast-0{
    --tw-contrast: contrast(0) !important;
  }

  .xl\:tw-contrast-50{
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:tw-contrast-75{
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:tw-contrast-100{
    --tw-contrast: contrast(1) !important;
  }

  .xl\:tw-contrast-125{
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:tw-contrast-150{
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:tw-contrast-200{
    --tw-contrast: contrast(2) !important;
  }

  .xl\:tw-drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:tw-drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:tw-drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:tw-drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:tw-drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:tw-drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:tw-drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:tw-grayscale-0{
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:tw-grayscale{
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:tw-hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:tw-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:tw-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:tw-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:tw-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:tw-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:tw--hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:tw--hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:tw--hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:tw--hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:tw--hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:tw-invert-0{
    --tw-invert: invert(0) !important;
  }

  .xl\:tw-invert{
    --tw-invert: invert(100%) !important;
  }

  .xl\:tw-saturate-0{
    --tw-saturate: saturate(0) !important;
  }

  .xl\:tw-saturate-50{
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:tw-saturate-100{
    --tw-saturate: saturate(1) !important;
  }

  .xl\:tw-saturate-150{
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:tw-saturate-200{
    --tw-saturate: saturate(2) !important;
  }

  .xl\:tw-sepia-0{
    --tw-sepia: sepia(0) !important;
  }

  .xl\:tw-sepia{
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:tw-backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:tw-backdrop-filter-none{
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:tw-backdrop-blur-0{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:tw-backdrop-blur-none{
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:tw-backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:tw-backdrop-blur{
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:tw-backdrop-blur-md{
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:tw-backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:tw-backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:tw-backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:tw-backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:tw-backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:tw-backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:tw-backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:tw-backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:tw-backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:tw-backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:tw-backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:tw-backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:tw-backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:tw-backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:tw-backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:tw-backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:tw-backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:tw-backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:tw-backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:tw-backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:tw-backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:tw-backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:tw-backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:tw-backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:tw-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:tw-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:tw-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:tw-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:tw-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:tw-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:tw--backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:tw--backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:tw--backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:tw--backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:tw--backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:tw-backdrop-invert-0{
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:tw-backdrop-invert{
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:tw-backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:tw-backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:tw-backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:tw-backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:tw-backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:tw-backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:tw-backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:tw-backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:tw-backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:tw-backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:tw-backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:tw-backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:tw-transition-none{
    transition-property: none !important;
  }

  .xl\:tw-transition-all{
    transition-property: all !important;
  }

  .xl\:tw-transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:tw-transition-opacity{
    transition-property: opacity !important;
  }

  .xl\:tw-transition-shadow{
    transition-property: box-shadow !important;
  }

  .xl\:tw-transition-transform{
    transition-property: transform !important;
  }

  .xl\:tw-delay-75{
    transition-delay: 75ms !important;
  }

  .xl\:tw-delay-100{
    transition-delay: 100ms !important;
  }

  .xl\:tw-delay-150{
    transition-delay: 150ms !important;
  }

  .xl\:tw-delay-200{
    transition-delay: 200ms !important;
  }

  .xl\:tw-delay-300{
    transition-delay: 300ms !important;
  }

  .xl\:tw-delay-500{
    transition-delay: 500ms !important;
  }

  .xl\:tw-delay-700{
    transition-delay: 700ms !important;
  }

  .xl\:tw-delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl\:tw-duration-75{
    transition-duration: 75ms !important;
  }

  .xl\:tw-duration-100{
    transition-duration: 100ms !important;
  }

  .xl\:tw-duration-150{
    transition-duration: 150ms !important;
  }

  .xl\:tw-duration-200{
    transition-duration: 200ms !important;
  }

  .xl\:tw-duration-300{
    transition-duration: 300ms !important;
  }

  .xl\:tw-duration-500{
    transition-duration: 500ms !important;
  }

  .xl\:tw-duration-700{
    transition-duration: 700ms !important;
  }

  .xl\:tw-duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl\:tw-ease-linear{
    transition-timing-function: linear !important;
  }

  .xl\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

/*
     FILE ARCHIVED ON 10:58:01 Feb 22, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:20:37 May 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.405
  load_resource: 114.231
  PetaboxLoader3.resolve: 38.265
  PetaboxLoader3.datanode: 65.726
*/